From 978b41153d4fe66c4945c07c4b9879cb73097031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:42:15 +0000 Subject: [PATCH] Bump docker/library/python from 3.12-alpine3.20 to 3.13-alpine3.20 Bumps docker/library/python from 3.12-alpine3.20 to 3.13-alpine3.20. --- updated-dependencies: - dependency-name: docker/library/python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80b43f2da6..80aed9c41f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/python:3.12-alpine3.20 +FROM public.ecr.aws/docker/library/python:3.13-alpine3.20 RUN pip install cfn-lint[full] RUN pip install pydot