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 4041a67 + 906be6e commit 68caab4Copy full SHA for 68caab4
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:8c9c6eeab4583348e54f02ba60c358075a1c6e0da53e827162f7f91ef4e4c872
+ARG PYTHON_VERSION=3.12@sha256:cb730bbcdb60f0281f4de441e25b7481f69d5369e5f52516b9795d3b59f00a3b
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
0 commit comments