From ab614657010ecca97ef054342942fd447085beb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:27:54 +0000 Subject: [PATCH] Bump docker/library/python from 3.12-slim-bullseye to 3.13-slim-bullseye Bumps docker/library/python from 3.12-slim-bullseye to 3.13-slim-bullseye. --- 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 cfe151b6c..0d9ff5690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Adapted from https://github.com/pulumi/pulumi-docker-containers/blob/main/docker/pulumi/Dockerfile # to minimize image size -FROM public.ecr.aws/docker/library/python:3.12-slim-bullseye AS base +FROM public.ecr.aws/docker/library/python:3.13-slim-bullseye AS base ENV GO_VERSION=1.23.3 ENV GO_SHA=a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8