Skip to content

Commit

Permalink
changed curl version to one that can be found in alpine repo
Browse files Browse the repository at this point in the history
  • Loading branch information
groundnuty committed May 8, 2021
1 parent 9750c60 commit a8d5825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \

ENV KUBE_LATEST_VERSION="v1.21.0"

RUN apk add --no-cache ca-certificates=20191127-r4 curl=7.69.1-r1 jq=1.6-r1 \
RUN apk add --update --no-cache ca-certificates=20191127-r4 curl=7.76.1-r0 jq=1.6-r1 \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl

Expand Down

0 comments on commit a8d5825

Please sign in to comment.