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 8d4688d commit f73d9d5Copy full SHA for f73d9d5
docker/Dockerfile-charts
@@ -1,5 +1,5 @@
1
# Build image that contains all dependent helm charts
2
-FROM alpine/helm:3.12.1 as builder
+FROM alpine/helm:3.17.3 as builder
3
4
COPY docker/custom-scripts/package-all-helm-charts.sh /tmp/package-all-helm-charts.sh
5
@@ -11,7 +11,7 @@ RUN bash /tmp/package-all-helm-charts.sh /tmp/charts
11
12
RUN rm -rf addons
13
14
-FROM docker.io/alpine:edge as dist
+FROM docker.io/alpine:3.22 as dist
15
16
COPY --from=builder /tmp/charts /charts
17
USER 65532:65532
0 commit comments