diff --git a/Dockerfile b/Dockerfile index 01108ce..d0a1550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine3.17 +FROM python:3.12-alpine3.19 ARG APP_DIR="/opt/app" ARG VERSION_ID1="x" diff --git a/src/requirements.txt b/src/requirements.txt index 0ae78a3..2b6229e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -19,4 +19,4 @@ pycparser==2.21 requests==2.31.0 typing_extensions==4.9.0 urllib3==2.1.0 -Werkzeug==3.0.0 +Werkzeug==3.0.1