From c043f2f131946f56f318d459e0c0581fb5fec07c Mon Sep 17 00:00:00 2001 From: Vince Tse Date: Thu, 31 Aug 2017 15:23:12 -0400 Subject: [PATCH] AWS CLI 1.11.143 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9db70b..954c6ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.6 -ENV AWSCLI_VERSION "1.11.142" +ENV AWSCLI_VERSION "1.11.143" RUN apk -v --update add \ python \ py-pip \