From 7ed8b112447abb09f1da74f3466e4194fc7a6311 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Mar 2020 13:10:20 -0500 Subject: [PATCH] Update aws-cli to 1.18.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddcf50a..b272826 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.17.1' +ENV AWSCLI_VERSION='1.18.14' RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}