Skip to content

Commit 809794b

Browse files
committed
Switch the first stage to 3-bullseye
1 parent 093a134 commit 809794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/Dockerfile.web

Lines changed: 1 addition & 1 deletion
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-bullseye as python-requirements
55

66
ARG ENV_NAME=dev
77

0 commit comments

Comments
 (0)