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 c90f129 commit ff1c3a6Copy full SHA for ff1c3a6
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:934873f1360893d07afe0d25b99af46640e916a5900f1677fb86e41f73920253
5
FROM python:${PYTHON_VERSION} AS developer
6
7
# Add any system dependencies for the developer/build environment here
0 commit comments