Merge pull request #114 from pgroene/patch-2

Keeping alpine fresh
This commit is contained in:
Daniel Holbach
2020-02-27 12:29:48 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10.3
FROM alpine:3.11.3
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
# NB: you may need to update RBAC permissions when upgrading kubectl - see kured-rbac.yaml for details
ADD https://storage.googleapis.com/kubernetes-release/release/v1.15.10/bin/linux/amd64/kubectl /usr/bin/kubectl