From 30e860bce6ad6f7a14f61e5e66257156b8d3d2e5 Mon Sep 17 00:00:00 2001 From: groundnuty Date: Tue, 31 Aug 2021 22:56:53 +0200 Subject: [PATCH] fixed curl version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a29789b..028265b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \ ENV KUBE_LATEST_VERSION="v1.21.0" -RUN apk add --update --no-cache ca-certificates=20191127-r4 curl=7.76.1-r0 jq=1.6-r1 \ +RUN apk add --update --no-cache ca-certificates=20191127-r4 curl=7.78.0-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