Skip to content

Commit 3afb573

Browse files
committed
bump python to 3.9
1 parent be3239f commit 3afb573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Build Python packages to avoid need for builds in main image
2-
FROM python:3.8.10-alpine3.14 AS python-buildstep
2+
FROM python:3.9.19-alpine3.20 AS python-buildstep
33

44
# Prevent pip 'warn script location' warnings. Equivalent to --no-warn-script-location
55
ENV PATH=/root/.local/bin:$PATH
@@ -20,7 +20,7 @@ RUN pip install --user -r /tmp/requirements.txt --no-cache-dir
2020

2121

2222
## Compile container
23-
FROM python:3.8.10-alpine3.14
23+
FROM python:3.9.19-alpine3.20
2424

2525
# Set system environment variables
2626
ENV FLASK_APP=run

0 commit comments

Comments
 (0)