Skip to content

Commit 8a6a8f1

Browse files
committed
Merge branch 'chore/pin-python-version' into staging
2 parents 2a9ffa3 + 09705c5 commit 8a6a8f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN npm run build:prod
1616
# ones becase they use a different C compiler. Debian images also come with
1717
# all useful packages required for image manipulation out of the box. They
1818
# however weight a lot, approx. up to 1.5GiB per built image.
19-
FROM python:3.13 as production
19+
# Pinned to a particlar version as requested by support team 6/10/25
20+
FROM python:3.13-bookworm as production
2021

2122
ARG POETRY_INSTALL_ARGS="--no-dev"
2223

0 commit comments

Comments
 (0)