From 524ffdffd6f69c398baed6a18d44540d7f528738 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Thu, 11 Dec 2025 23:59:32 +0100 Subject: [PATCH] build(deps): bump awscli-2 from 2.30.4-1.amzn2023.0.1 to 2.32.1-1.amzn2023.0.1 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 27e10fd5..5c111701 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-euo", "pipefail", "-c"] RUN dnf upgrade -y \ && dnf install -y \ - awscli-2-2.30.4-1.amzn2023.0.1 \ + awscli-2-2.32.1-1.amzn2023.0.1 \ bash-5.2.15-1.amzn2023.0.2 \ bzip2-1.0.8-6.amzn2023.0.2 \ curl-minimal-8.11.1-4.amzn2023.0.1 \