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.
1 parent de46ef0 commit 50fd060Copy full SHA for 50fd060
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:23e642ca5600c3c6925490bf500914abe411d944b237ac0c6c87af2cd091b8fd
+ARG PYTHON_VERSION=3.12@sha256:9e5892d80651101df6f1fed0614fb8fcb43bb60ca48f1d6f9ef26e27db069d25
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
0 commit comments