From e6b67d8f4ffff0e4b8a3583de5f48f30700debbd Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 24 Jun 2024 13:40:21 -0400 Subject: [PATCH] build: upgrade to aws cli 2.17.0 (#96) --- 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