Skip to content

Commit ff1c3a6

Browse files
chore(deps): update python docker tag to v3.14
1 parent c90f129 commit ff1c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The devcontainer should use the developer target and run as root with podman
22
# or docker with user namespaces.
33
# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
4-
ARG PYTHON_VERSION=3.11
4+
ARG PYTHON_VERSION=3.14@sha256:934873f1360893d07afe0d25b99af46640e916a5900f1677fb86e41f73920253
55
FROM python:${PYTHON_VERSION} AS developer
66

77
# Add any system dependencies for the developer/build environment here

0 commit comments

Comments
 (0)