Upgrading to latest alpine (#100)

* Upgrading to latest alpine 3.10.3
This commit is contained in:
Praveen Adusumilli
2019-11-26 16:53:43 +00:00
committed by Bryan Boreham
parent db7b42f5ee
commit f2ae01120a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.10.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.14.1/bin/linux/amd64/kubectl /usr/bin/kubectl