From 4d8a3de37455995fbb7d2da16ff70e212950b980 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Sep 2019 09:38:45 -0400 Subject: [PATCH] aws-cli 1.16.232 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01bc145..0df6a67 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.16.225' +ENV AWSCLI_VERSION='1.16.232' RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}