Skip to content

Commit

Permalink
Upgrade mimir-build-image to go 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweav committed May 10, 2024
1 parent d7987c9 commit bbbafae
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.1 as kustomize
FROM alpine/helm:3.14.4 as helm
FROM golang:1.22.2-bookworm
FROM golang:1.22.3-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 bbbafae

Please sign in to comment.