From 94a17f41442f1555a7adae1329b78d6377141c29 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 14 Jan 2025 09:31:06 -0500 Subject: [PATCH 1/2] build: upgrade to aws cli 2.22.34 (#100) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e9fb3..c623c57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-cli:2.17.50 +FROM amazon/aws-cli:2.22.34 # Move files in for deployment & cleanup COPY deploy.sh /deploy.sh From d0a66700c798defd0b996a45cb8992213ae0a3d8 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 9 May 2025 10:54:09 -0400 Subject: [PATCH 2/2] build: upgrade to aws cli 2.27.11 (#101) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c623c57..9280015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-cli:2.22.34 +FROM amazon/aws-cli:2.27.11 # Move files in for deployment & cleanup COPY deploy.sh /deploy.sh