Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent fb7dbaa commit c981d02
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.3.0 as kustomize
FROM alpine/helm:3.14.3 as helm
FROM golang:1.21.8-bookworm
FROM golang:1.22.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 c981d02

Please sign in to comment.