Skip to content

Commit

Permalink
update curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Nov 13, 2024
1 parent e6b48b2 commit 27e193c
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 @@ -27,7 +27,7 @@ RUN addgroup \
&& mkdir --parents ${CONTAINER_HOME} \
&& chown --recursive ${CONTAINER_USER}:${CONTAINER_GROUP} ${CONTAINER_HOME} \
&& apk add --no-cache --virtual build \
curl==8.11.0 \
curl==8.11.0-r2 \
&& curl --location "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
--output /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
Expand Down

0 comments on commit 27e193c

Please sign in to comment.