From fc320ca9a1ea4f8e92b1f6721db4d03f5d2b29e3 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 28 Mar 2026 17:33:12 +0100 Subject: [PATCH] build(deps): bump python3.12 from 3.12.9-1.amzn2023.0.1 to 3.12.12-2.amzn2023.0.4 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 0d39492a..2f4402c7 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -35,7 +35,7 @@ RUN dnf upgrade -y \ python3-pip-21.3.1-2.amzn2023.0.16 \ python3.11-3.11.6-1.amzn2023.0.6 \ python3.11-pip-22.3.1-2.amzn2023.0.9 \ - python3.12-3.12.9-1.amzn2023.0.1 \ + python3.12-3.12.12-2.amzn2023.0.4 \ python3.12-pip-23.2.1-4.amzn2023.0.7 \ python3.13-3.13.3-3.amzn2023.0.8 \ python3.13-pip-24.2-259.amzn2023.0.4 \