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 41c09c6 commit ac0cabaCopy full SHA for ac0caba
Dockerfile
@@ -1,7 +1,7 @@
1
# The devcontainer should use the developer target and run as root with podman
2
# or docker with user namespaces.
3
# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
4
-ARG PYTHON_VERSION=3.11
+ARG PYTHON_VERSION=3.13@sha256:ef3361c6ba7b5c8f5538ceb322e98bc7f93ba93e49492d92454db660dedb6389
5
FROM python:${PYTHON_VERSION} AS developer
6
7
# Add any system dependencies for the developer/build environment here
0 commit comments