Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Upgrade helm to 2.7.2 and kubectl to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler authored Dec 1, 2017
1 parent cc1b0c6 commit 46f974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM linkyard/docker-helm:2.7.0
FROM linkyard/docker-helm:2.7.2
MAINTAINER Mario Siegenthaler <[email protected]>

RUN apk add --update --upgrade --no-cache jq bash nodejs curl yarn

ENV KUBERNETES_VERSION 1.8.2
ENV KUBERNETES_VERSION 1.8.4
RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl; \
chmod +x /usr/local/bin/kubectl

Expand Down

0 comments on commit 46f974b

Please sign in to comment.