We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1615833 commit 72cab5dCopy full SHA for 72cab5d
Dockerfile
@@ -23,7 +23,7 @@ RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/s
23
curl -s https://baltocdn.com/helm/signing.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=no apt-key add - &&\
24
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list &&\
25
apt-get update &&\
26
- apt-get -y install helm=3.16.3-1 &&\
+ apt-get -y install helm=3.17.2-1 &&\
27
apt-get clean && rm -rf /var/lib/apt/lists/*
28
29
0 commit comments