From d81cb06c4143f088185b5890ad761ed1d0a6d773 Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Mon, 4 Dec 2017 22:23:55 -0500 Subject: [PATCH] AWS CLI 1.14.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9f7ba3..d7bea0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.6 -ENV AWSCLI_VERSION "1.14.2" +ENV AWSCLI_VERSION "1.14.3" RUN apk -v --update add \ python \ py-pip \