about summary refs log tree commit diff
path: root/image/Dockerfile
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-06-09T20·04+0200
committerVincent Ambo <github@tazj.in>2018-06-09T20·13+0200
commit01f771fa2fb19ae6ca365c9d08000a81a266d609 (patch)
treea6d9d1b5f6814c5f54b631960f3a2f301f7ab1af /image/Dockerfile
parente9992aec0b690f32ed71aeef2dd73ea15669a2e9 (diff)
chore(image): Bump version to 1.6.0
* kontemplate 1.6.0
* kubectl 1.10.4
Diffstat (limited to 'image/Dockerfile')
-rw-r--r--image/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/image/Dockerfile b/image/Dockerfile
index dc85c417aa..12d24fffe9 100644
--- a/image/Dockerfile
+++ b/image/Dockerfile
@@ -1,8 +1,8 @@
 FROM alpine:3.7
 
 ADD hashes /root/hashes
-ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.2/bin/linux/amd64/kubectl /usr/bin/kubectl
-ADD https://github.com/tazjin/kontemplate/releases/download/v1.5.0/kontemplate-1.5.0-c68518d-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
+ADD https://storage.googleapis.com/kubernetes-release/release/v1.10.4/bin/linux/amd64/kubectl /usr/bin/kubectl
+ADD https://github.com/tazjin/kontemplate/releases/download/v1.6.0/kontemplate-1.6.0-97bef90-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
@@ -11,4 +11,5 @@ RUN sha256sum -c /root/hashes && \
     apk add -U bash tree gnupg git && \
     chmod +x /usr/bin/kubectl /usr/bin/pass && \
     tar xzvf /tmp/kontemplate.tar.gz && \
-    mv kontemplate /usr/bin/kontemplate
+    mv kontemplate /usr/bin/kontemplate && \
+    /usr/bin/kontemplate version