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 4c90d51 commit ef6550aCopy full SHA for ef6550a
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.13@sha256:b41c4877ed4d8a4d6e04f0b341b84f2bd384325816975b1ebf7a2f2e02b7acaa
+ARG PYTHON_VERSION=3.13@sha256:35c05b6d32b11a1a8134f35dd0db68ef6fbb21ce62934a7aec6d50977915a92c
4
FROM python:${PYTHON_VERSION} AS developer
5
6
# Add any system dependencies for the developer/build environment here
0 commit comments