Skip to content

Commit 336b926

Browse files
chore(deps): update dependency helm to v3.16.4 (#1290)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent d79a53e commit 336b926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add --no-cache git make bash &&\
1919

2020
FROM golang:1.23.4-alpine AS helm
2121
WORKDIR /tmp/helm
22-
ARG HELM_VERSION=3.16.3
22+
ARG HELM_VERSION=3.16.4
2323
RUN apk add --no-cache jq curl
2424
RUN export OS=$(go env GOOS) && \
2525
export ARCH=$(go env GOARCH) &&\

0 commit comments

Comments
 (0)