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

Commit 251d052

Browse files
committed
chore: update helm to 2.16.6 and kubernetes to 1.16.9
1 parent 33c6643 commit 251d052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM linkyard/alpine-helm:2.16.5
1+
FROM linkyard/alpine-helm:2.16.6
22
LABEL maintainer "mario.siegenthaler@linkyard.ch"
33

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

6-
ENV KUBERNETES_VERSION 1.16.3
6+
ENV KUBERNETES_VERSION 1.16.9
77
RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl; \
88
chmod +x /usr/local/bin/kubectl
99

0 commit comments

Comments
 (0)