diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-08-22T17·37+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-08-22T18·02+0200 |
commit | 4c7ff46c73cc1c3e75f1a5f25dfac3f0131c06ab (patch) | |
tree | 327e3518980bce589613c68ef254dcd6d8207d50 /image/Dockerfile | |
parent | f8b6ad652dd538a91b6b26ccb19f96fc43eb9b31 (diff) |
chore image: Bump Docker image to build v1.2.0
Diffstat (limited to 'image/Dockerfile')
-rw-r--r-- | image/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image/Dockerfile b/image/Dockerfile index feabeba30fa9..03c638aae6c1 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.6 ADD hashes /root/hashes -ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.4/bin/linux/amd64/kubectl /usr/bin/kubectl -ADD https://github.com/tazjin/kontemplate/releases/download/v1.1.0/kontemplate-1.1.0-f7ce04e-linux-amd64.tar.gz /tmp/kontemplate.tar.gz +ADD https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kubectl /usr/bin/kubectl +ADD https://github.com/tazjin/kontemplate/releases/download/v1.2.0/kontemplate-1.2.0-f8b6ad6-linux-amd64.tar.gz /tmp/kontemplate.tar.gz # Pass release version is 1.7.1 ADD https://raw.githubusercontent.com/zx2c4/password-store/38ec1c72e29c872ec0cdde82f75490640d4019bf/src/password-store.sh /usr/bin/pass |