From 16e7502010df92a9ac5951d90f594fdc30a2bd85 Mon Sep 17 00:00:00 2001 From: DracoBlue Date: Sat, 8 May 2021 14:44:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f02bfc6..dc31647 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.10.3 -RUN apk add --no-cache curl=7.66.0-r0 +RUN apk add --no-cache curl ARG HELM_VERSION=unknown ENV HELM_VERSION=$HELM_VERSION RUN cd /tmp/ && wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && tar -zxf helm-v*-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf /tmp/*.tar.gz /tmp/linux-amd64