Skip to content

Commit c9461f9

Browse files
Update docker.io/alpine/helm Docker tag to v4.1.0
1 parent a6bcf29 commit c9461f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.helm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY ./src/ ./
1010
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o helmizer .
1111

1212
# Helm stage
13-
FROM docker.io/alpine/helm:4.0.5 AS helm
13+
FROM docker.io/alpine/helm:4.1.0 AS helm
1414

1515
# Final stage
1616
FROM scratch AS final

0 commit comments

Comments
 (0)