Skip to content

Commit 634ccac

Browse files
chore(deps): update python docker tag to v3.13
1 parent 444b9fc commit 634ccac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:68d0775234842868248bfe185eece56e725d3cb195f511a21233d0f564dee501
55
FROM python:${PYTHON_VERSION} AS developer
66

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

0 commit comments

Comments
 (0)