Skip to content

Commit

Permalink
mimir-build-image: Upgrade Go version to 1.23.1-bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQQQQ committed Sep 12, 2024
1 parent 85904a2 commit 536fff1
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.0-bookworm
FROM golang:1.23.1-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 536fff1

Please sign in to comment.