From 6f8285a4af67e43cea8d20e4e6f7cc603425541a Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 24 Jun 2024 13:29:50 -0400 Subject: [PATCH] build: upgrade to aws cli 2.17.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77df36c..fca0cb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-cli:2.15.21 +FROM amazon/aws-cli:2.17.0 # Move files in for deployment & cleanup COPY deploy.sh /deploy.sh