From 5e04f4e2557ea500592b44f269d2c57d7bb0c9f7 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 12 Dec 2025 00:00:40 +0100 Subject: [PATCH] build(deps): bump rsync from 3.4.0-1.amzn2023.0.2 to 3.4.0-1.amzn2023.0.3 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 27e10fd5..d38393af 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -32,7 +32,7 @@ RUN dnf upgrade -y \ pwgen-2.08-11.amzn2023 \ python3-3.9.24-1.amzn2023.0.4 \ python3-pip-21.3.1-2.amzn2023.0.14 \ - rsync-3.4.0-1.amzn2023.0.2 \ + rsync-3.4.0-1.amzn2023.0.3 \ sed-4.8-7.amzn2023.0.2 \ tar-2:1.34-1.amzn2023.0.4 \ unzip-6.0-57.amzn2023.0.2 \