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:
parent
a5776c44e9
commit
c5abdcb6f1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue