From 61ac51df85c32fe14e4101d965d9f080b9e83335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 05:10:44 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaaba6a5d..dc8ee38e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # The devcontainer should use the developer target and run as root with podman # or docker with user namespaces. # Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053 -ARG PYTHON_VERSION=3.11 +ARG PYTHON_VERSION=3.13@sha256:819daf0e0d5e5bb88927aea18a9279f870f746c234d45468fd493ab618729866 FROM python:${PYTHON_VERSION} AS developer # Add any system dependencies for the developer/build environment here