Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

ENV HELM_VERSION 2.10.0
ENV KUBERNETES_VERSION 1.10.8
ENV HELM_VERSION 2.15.2
ENV KUBERNETES_VERSION 1.16.2

RUN apk add -U openssl curl tar gzip bash ca-certificates git && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
Expand Down