We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5d888 + b2b1ac3 commit d29eb82Copy full SHA for d29eb82
Dockerfile
@@ -1,6 +1,6 @@
1
# The devcontainer should use the developer target and run as root with podman
2
# or docker with user namespaces.
3
-ARG PYTHON_VERSION=3.12@sha256:77a36ff63e657d8ec7cd4e86e452f4cd23b6c92811696b0735226fbc0660a5b8
+ARG PYTHON_VERSION=3.12@sha256:645df645815f1403566b103b2a2bb07f6a01516bbb15078ed004e41d198ba194
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
0 commit comments