Skip to content

Commit 8c131d1

Browse files
authored
F - Set python version to 3.11 and use latest stable debian (bookworm = v12 "stable", buster = v10 "oldoldstable") (#457)
1 parent e1e800a commit 8c131d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/docker/Dockerfile.web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ------------------------------------------------------------
22
# STAGE 1: Build Python requirements layer
33
# ------------------------------------------------------------
4-
FROM python:3-buster as python-requirements
4+
FROM python:3.11-bookworm as python-requirements
55

66
ARG ENV_NAME=dev
77

@@ -27,7 +27,7 @@ RUN set -ex \
2727
# ------------------------------------------------------------
2828
# STAGE 2: Dev layer
2929
# ------------------------------------------------------------
30-
FROM python:3-slim-buster as dev
30+
FROM python:3.11-slim-bookworm as dev
3131

3232
# Set the locale
3333
# libxml2-dev is needed for uwsgi in the production stage

0 commit comments

Comments
 (0)