Skip to content

Commit

Permalink
Mimir build image: Update Go version to 1.23.4 (#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
santihernandezc authored Jan 15, 2025
1 parent 1d7978e commit 6dedf22
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 @@ -5,7 +5,7 @@

FROM registry.k8s.io/kustomize/kustomize:v5.4.3 as kustomize
FROM alpine/helm:3.14.4 as helm
FROM golang:1.23.2-bookworm
FROM golang:1.23.4-bookworm
ARG goproxyValue
ENV GOPROXY=${goproxyValue}
ENV SKOPEO_DEPS="libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev pkg-config"
Expand Down

0 comments on commit 6dedf22

Please sign in to comment.