Keeping alpine fresh

Updating alpine to the latest version.
Tested this version of alpine and running fine, keeping versions of dependencies up to date.
This commit is contained in:
Peter Groenewegen
2020-02-25 11:09:28 -08:00
committed by GitHub
parent 2a0ad5384d
commit 7e7430f7df
+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