diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-06-11T21·44+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-06-11T21·47+0200 |
commit | 5144842e97f67b21cb106dc45383f9691a6b69c5 (patch) | |
tree | 1651a429cc9b9df0077e24277bdda333ca106195 /image/Dockerfile | |
parent | e2be6152f9e19a404a8597dd4857ea6061aec7e9 (diff) |
chore: Update Brew formula & Dockerfile to 1.1.0
Diffstat (limited to 'image/Dockerfile')
-rw-r--r-- | image/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Dockerfile b/image/Dockerfile index 90a3385dd00d..feabeba30fa9 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -2,7 +2,7 @@ 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.0.2/kontemplate-1.0.2-f79b261-linux-amd64.tar.gz /tmp/kontemplate.tar.gz +ADD https://github.com/tazjin/kontemplate/releases/download/v1.1.0/kontemplate-1.1.0-f7ce04e-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 |