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

Commit

Permalink
chore: update helm to 2.16.6 and kubernetes to 1.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Apr 21, 2020
1 parent 33c6643 commit 251d052
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/alpine-helm:2.16.5
FROM linkyard/alpine-helm:2.16.6
LABEL maintainer "mario.siegenthaler@linkyard.ch"

RUN apk add --update --upgrade --no-cache jq bash curl git gettext libintl

ENV KUBERNETES_VERSION 1.16.3
ENV KUBERNETES_VERSION 1.16.9
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 251d052

Please sign in to comment.