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}