From 1fc5c6d90530e00573eced42c90d018a44acbbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:32:21 +0000 Subject: [PATCH] Bump docker/library/python in /container Bumps docker/library/python from 3.12.5-alpine3.20 to 3.13.1-alpine3.20. --- updated-dependencies: - dependency-name: docker/library/python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index 7216afa..6cc64c8 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -15,7 +15,7 @@ EOF ##### FINAL -FROM public.ecr.aws/docker/library/python:3.12.5-alpine3.20 +FROM public.ecr.aws/docker/library/python:3.13.1-alpine3.20 LABEL org.opencontainers.image.vendor="Ministry of Justice" \ org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \