1
0
Fork 0
mirror of https://github.com/honestbee/drone-kubernetes.git synced 2025-05-30 03:33:17 +00:00

Fix deploying with sa

This commit is contained in:
riesinger 2019-02-12 19:24:50 -08:00
parent a5776c44e9
commit c5abdcb6f1
No known key found for this signature in database
GPG key ID: 9E0CA69C7514EBD5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:latest
RUN apk --no-cache add curl ca-certificates bash
RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
RUN chmod +x /usr/local/bin/kubectl