From be0c4ab89158cac4278689ebedd8407dd5f35a83 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 14 Jan 2020 09:32:22 -0500 Subject: [PATCH] Update aws-cli to v1.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1565572..ddcf50a 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.265' +ENV AWSCLI_VERSION='1.17.1' RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}