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 ba8804b + b1fe7bd commit bdc47b4Copy full SHA for bdc47b4
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:47d28e7d429679c31c3ea60e90857c54c7967084685e2ee287935116e5a79b92
+ARG PYTHON_VERSION=3.12@sha256:77a36ff63e657d8ec7cd4e86e452f4cd23b6c92811696b0735226fbc0660a5b8
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
0 commit comments