From 4f091a6450175ac46f9a85bd23be9f31c3e4c8c5 Mon Sep 17 00:00:00 2001 From: Pieter Lange Date: Tue, 15 Nov 2016 08:23:58 +0100 Subject: [PATCH] Version locking If we're going to lock awscli and s3cmd, we might as well version lock aws-cfn-bootstrap. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a13395..0c8ae77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ 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.15 s3cmd==1.6.1 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz && \ + pip install --no-cache-dir awscli==1.11.15 s3cmd==1.6.1 https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-1.4-8.tar.gz && \ apk del py-pip && \ mkdir /root/.aws