diff --git a/forms-flow-api/Dockerfile b/forms-flow-api/Dockerfile index 2944a1bf13..e272d72953 100644 --- a/forms-flow-api/Dockerfile +++ b/forms-flow-api/Dockerfile @@ -1,5 +1,5 @@ #Author: Kurian Benoy -FROM python:3.9-slim-buster +FROM python:3.10.13-slim-bullseye # set label for image LABEL Name="formsflow" diff --git a/forms-flow-api/requirements.txt b/forms-flow-api/requirements.txt index 7f6f8ca9df..0dda80b537 100644 --- a/forms-flow-api/requirements.txt +++ b/forms-flow-api/requirements.txt @@ -11,7 +11,7 @@ PyJWT==2.8.0 PySocks==1.7.1 SQLAlchemy-Utils==0.41.1 SQLAlchemy==2.0.21 -Werkzeug==3.0.0 +Werkzeug==3.0.1 alembic==1.12.0 aniso8601==9.0.1 attrs==23.1.0 @@ -61,6 +61,6 @@ sortedcontainers==2.4.0 trio-websocket==0.11.1 trio==0.22.2 typing_extensions==4.8.0 -urllib3==2.0.6 +urllib3==2.0.7 wsproto==1.2.0 zstandard==0.21.0 diff --git a/forms-flow-data-analysis-api/Dockerfile b/forms-flow-data-analysis-api/Dockerfile index 27b06877a2..51d61c3081 100644 --- a/forms-flow-data-analysis-api/Dockerfile +++ b/forms-flow-data-analysis-api/Dockerfile @@ -1,5 +1,5 @@ #Author: Kurian Benoy -FROM python:3.9.16-slim-buster +FROM python:3.10.13-slim-bullseye # set label for image LABEL Name="formsflow" diff --git a/forms-flow-documents/Dockerfile b/forms-flow-documents/Dockerfile index be445de08e..aee37a6080 100644 --- a/forms-flow-documents/Dockerfile +++ b/forms-flow-documents/Dockerfile @@ -1,5 +1,5 @@ #Author: Kurian Benoy -FROM python:3.9-slim-buster +FROM python:3.10.13-slim-bullseye # set label for image LABEL Name="formsflow" diff --git a/forms-flow-documents/requirements.txt b/forms-flow-documents/requirements.txt index 4c7d554adf..c5a90923bc 100644 --- a/forms-flow-documents/requirements.txt +++ b/forms-flow-documents/requirements.txt @@ -11,7 +11,7 @@ PyJWT==2.8.0 PySocks==1.7.1 SQLAlchemy-Utils==0.41.1 SQLAlchemy==2.0.21 -Werkzeug==3.0.0 +Werkzeug==3.0.1 alembic==1.12.0 aniso8601==9.0.1 attrs==23.1.0 @@ -62,6 +62,6 @@ sortedcontainers==2.4.0 trio-websocket==0.11.1 trio==0.22.2 typing_extensions==4.8.0 -urllib3==2.0.6 +urllib3==2.0.7 wsproto==1.2.0 zstandard==0.21.0