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.
2 parents 2a9ffa3 + 09705c5 commit 8a6a8f1Copy full SHA for 8a6a8f1
Dockerfile
@@ -16,7 +16,8 @@ RUN npm run build:prod
16
# ones becase they use a different C compiler. Debian images also come with
17
# all useful packages required for image manipulation out of the box. They
18
# however weight a lot, approx. up to 1.5GiB per built image.
19
-FROM python:3.13 as production
+# Pinned to a particlar version as requested by support team 6/10/25
20
+FROM python:3.13-bookworm as production
21
22
ARG POETRY_INSTALL_ARGS="--no-dev"
23
0 commit comments