Compare commits

...

2 Commits

Author SHA1 Message Date
8b89db9a12 Update python Docker tag to v3.11
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 13:34:30 +01:00
f136817705 „renovate.json“ ändern
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 13:33:03 +01:00
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["* 5 * * *"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
} }

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim FROM python:3.11-slim
# Change the working directory to the root of the project # Change the working directory to the root of the project
WORKDIR /srv/flask_app WORKDIR /srv/flask_app