From 91937cf406db551cd070f79c5751b51cfeaf1f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:59:38 +0000 Subject: [PATCH] Bump library/python from 3.12.8-alpine3.21 to 3.13.1-alpine3.21 Bumps library/python from 3.12.8-alpine3.21 to 3.13.1-alpine3.21. --- updated-dependencies: - dependency-name: library/python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9719d4..afc52c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,7 @@ RUN pipenv check --verbose \ # The version of Python used here should match the version of the Alpine # python3 package installed in the compile-stage. -FROM docker.io/library/python:3.12.8-alpine3.21 AS build-stage +FROM docker.io/library/python:3.13.1-alpine3.21 AS build-stage ### # For a list of pre-defined annotation keys and value types see: