From 2fcc0655fd5464acaa9bee0c6aca30b7d78102d9 Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Thu, 21 Dec 2017 11:01:56 -0800 Subject: [PATCH] AWS CLI 1.14.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34429f4..f82d9d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.6 -ENV AWSCLI_VERSION "1.14.12" +ENV AWSCLI_VERSION "1.14.14" RUN apk -v --update add \ python \ py-pip \