Skip to content

Commit f73d9d5

Browse files
authored
chore: fix apecloud-addon-charts trivy vulnerabilities (#2273)
1 parent 8d4688d commit f73d9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile-charts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build image that contains all dependent helm charts
2-
FROM alpine/helm:3.12.1 as builder
2+
FROM alpine/helm:3.17.3 as builder
33

44
COPY docker/custom-scripts/package-all-helm-charts.sh /tmp/package-all-helm-charts.sh
55

@@ -11,7 +11,7 @@ RUN bash /tmp/package-all-helm-charts.sh /tmp/charts
1111

1212
RUN rm -rf addons
1313

14-
FROM docker.io/alpine:edge as dist
14+
FROM docker.io/alpine:3.22 as dist
1515

1616
COPY --from=builder /tmp/charts /charts
1717
USER 65532:65532

0 commit comments

Comments
 (0)