build: upgrade packages

This commit is contained in:
2023-02-15 00:22:38 +03:00
parent 88ebd7fc1b
commit 9b80ac1541

View File

@ -1,6 +1,7 @@
FROM alpine/helm:3.10.2 as helm
RUN set -ex \
&& apk upgrade \
&& apk add --no-cache bash \
&& helm plugin install https://github.com/chartmuseum/helm-push \
\