From 9219a11b1a601fa18e5643f32afeeda26bb67aed Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 14 Jan 2025 09:17:02 -0500 Subject: [PATCH] build: upgrade to aws cli 2.22.34 --- 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