From 489cecc8764c9c936fe3e83b1a3d44b9dc16419f Mon Sep 17 00:00:00 2001 From: Constantin Bugneac Date: Tue, 20 Feb 2018 14:32:51 +0000 Subject: [PATCH] updated versions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ac8a6d..e9e4814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine:3.6 +FROM alpine:3.7 MAINTAINER colin.hom@coreos.com RUN apk --no-cache --update add bash curl less groff jq python py-pip && \ pip install --no-cache-dir --upgrade pip && \ - pip install --no-cache-dir awscli==1.11.167 s3cmd==2.0.0 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-24.tar.gz && \ + pip install --no-cache-dir awscli==1.14.42 s3cmd==2.0.1 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-29.tar.gz && \ mkdir /root/.aws && \ aws --version && \ s3cmd --version