diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-04T11·05+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-09-04T11·52+0100 |
commit | 064f65dec295144dc8d440ebcf63f08eb154169d (patch) | |
tree | 3fce3b3eaaf37a76ba0c33023a4894cb5d55dc18 /image/Dockerfile | |
parent | 6c3b29943ccf3e8c02310036f2c61c8d4142fe80 (diff) |
chore: Update image & Homebrew formula for 1.8.0 release
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 aee1c9e643d7..a40fa83b0867 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 ADD hashes /root/hashes ADD https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/linux/amd64/kubectl /usr/bin/kubectl -ADD https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-linux-amd64.tar.gz /tmp/kontemplate.tar.gz +ADD https://github.com/tazjin/kontemplate/releases/download/v1.8.0/kontemplate-1.8.0-6c3b299-linux-amd64.tar.gz /tmp/kontemplate.tar.gz # Pass release version is 1.7.3 ADD https://raw.githubusercontent.com/zx2c4/password-store/74fdfb5022f317ad48d449e29543710bdad1afda/src/password-store.sh /usr/bin/pass |