We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e800a commit 8c131d1Copy full SHA for 8c131d1
config/docker/Dockerfile.web
@@ -1,7 +1,7 @@
1
# ------------------------------------------------------------
2
# STAGE 1: Build Python requirements layer
3
4
-FROM python:3-buster as python-requirements
+FROM python:3.11-bookworm as python-requirements
5
6
ARG ENV_NAME=dev
7
@@ -27,7 +27,7 @@ RUN set -ex \
27
28
# STAGE 2: Dev layer
29
30
-FROM python:3-slim-buster as dev
+FROM python:3.11-slim-bookworm as dev
31
32
# Set the locale
33
# libxml2-dev is needed for uwsgi in the production stage
0 commit comments