Skip to content

Commit ac0caba

Browse files
chore(deps): update python docker tag to v3.13
1 parent 41c09c6 commit ac0caba

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.13@sha256:ef3361c6ba7b5c8f5538ceb322e98bc7f93ba93e49492d92454db660dedb6389
55
FROM python:${PYTHON_VERSION} AS developer
66

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

0 commit comments

Comments
 (0)