We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3239f commit 3afb573Copy full SHA for 3afb573
Dockerfile
@@ -1,5 +1,5 @@
1
## Build Python packages to avoid need for builds in main image
2
-FROM python:3.8.10-alpine3.14 AS python-buildstep
+FROM python:3.9.19-alpine3.20 AS python-buildstep
3
4
# Prevent pip 'warn script location' warnings. Equivalent to --no-warn-script-location
5
ENV PATH=/root/.local/bin:$PATH
@@ -20,7 +20,7 @@ RUN pip install --user -r /tmp/requirements.txt --no-cache-dir
20
21
22
## Compile container
23
-FROM python:3.8.10-alpine3.14
+FROM python:3.9.19-alpine3.20
24
25
# Set system environment variables
26
ENV FLASK_APP=run
0 commit comments