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 812c427 commit 958dcffCopy full SHA for 958dcff
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.14@sha256:e3a6ccbe44d9cbfa4f107f238a0e95fa70e0d084e87689222e951d062ac89854
5
FROM python:${PYTHON_VERSION} AS developer
6
7
# Add any system dependencies for the developer/build environment here
0 commit comments