Skip to content

Commit

Permalink
Update curl version.
Browse files Browse the repository at this point in the history
  • Loading branch information
groundnuty committed Nov 17, 2022
1 parent db85598 commit c496b1d
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.25.4"

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

Expand Down

0 comments on commit c496b1d

Please sign in to comment.