mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 00:57:50 +00:00
fix(packages:kubectl): fix version
This commit is contained in:
parent
92f2a88b14
commit
a36a516bbf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apk --no-cache add curl
|
||||||
|
|
||||||
ARG VERSION=1.20.0
|
ARG VERSION=1.20.0
|
||||||
|
|
||||||
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/${TARGETPLATFORM}/kubectl"
|
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${VERSION}/bin/${TARGETPLATFORM}/kubectl"
|
||||||
RUN chmod +x kubectl
|
RUN chmod +x kubectl
|
||||||
|
|
||||||
FROM scratch AS binaries
|
FROM scratch AS binaries
|
||||||
|
|
Loading…
Reference in a new issue