From 79663e775f8599f4eab811e9a9ceffaec58ef94c Mon Sep 17 00:00:00 2001 From: Josh Maas-Howard Date: Mon, 17 Jul 2023 22:08:47 -0700 Subject: [PATCH] upgrade awscli version fixes #79 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b272826..b4dafa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL homepage="https://jarv.is/" LABEL maintainer="Jake Jarvis " # https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst -ENV AWSCLI_VERSION='1.18.14' +ENV AWSCLI_VERSION='1.29.4' RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}