We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da99bc commit bb321d6Copy full SHA for bb321d6
Dockerfile
@@ -25,7 +25,7 @@ FROM --platform=$TARGETPLATFORM docker.io/library/ubuntu:22.04 AS gethelm
25
26
RUN apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
27
28
-RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
+RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-4 | bash
29
30
# 3.) build actual container image
31
0 commit comments