From 229e375c1be3627d7d54b1674561ab3f7c34086b Mon Sep 17 00:00:00 2001 From: pducolin <45568537+pducolin@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:40:34 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20docker/library/python=20from?= =?UTF-8?q?=203.12-slim-bullseye=20to=203.13-slim-bulls=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1aaf34453273e29b6ac9a102c6820c9e68630744. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d9ff5690..cfe151b6c 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.13-slim-bullseye AS base +FROM public.ecr.aws/docker/library/python:3.12-slim-bullseye AS base ENV GO_VERSION=1.23.3 ENV GO_SHA=a0afb9744c00648bafb1b90b4aba5bdb86f424f02f9275399ce0c20b93a2c3a8