Skip to content

Commit

Permalink
chore(deps): update dependency helm to v3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Dec 16, 2024
1 parent d79a53e commit d492866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache git make bash &&\

FROM golang:1.23.4-alpine AS helm
WORKDIR /tmp/helm
ARG HELM_VERSION=3.16.3
ARG HELM_VERSION=3.16.4
RUN apk add --no-cache jq curl
RUN export OS=$(go env GOOS) && \
export ARCH=$(go env GOARCH) &&\
Expand Down

0 comments on commit d492866

Please sign in to comment.