From 6574c8b4f5c613e3a107d3648d97993525387680 Mon Sep 17 00:00:00 2001 From: Karl Ritchie Date: Fri, 4 Jan 2019 14:47:30 -0500 Subject: [PATCH] Update alpine and aws-cli to current latest --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f0387a5..c557bdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -# Alpine 3.7 is current latest -FROM alpine:3.7 +# Alpine 3.8 is current latest +FROM alpine:3.8 -ENV AWS_CLI_VERSION=1.15.40 +ENV AWS_CLI_VERSION=1.16.83 RUN apk --update --no-cache add \ python \