From 1b33c865490f7c99e2e0667ba2e62788f47a6e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:05:39 +0000 Subject: [PATCH] build(deps): bump python in the docker group across 1 directory Bumps the docker group with 1 update in the / directory: python. Updates `python` from 3.11 to 3.13 --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99a6c023..f894b6ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.13 ARG VERSION=dev