Skip to content

Commit

Permalink
chore(deps): update alpine/helm docker tag to v3.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 7ae2ba5 commit 901ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Provenance-includes-copyright: The Cortex Authors.

FROM registry.k8s.io/kustomize/kustomize:v5.4.1 as kustomize
FROM alpine/helm:3.14.3 as helm
FROM alpine/helm:3.14.4 as helm
FROM golang:1.22.2-bookworm
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
Expand Down

0 comments on commit 901ac6b

Please sign in to comment.