Skip to content

Commit

Permalink
Upgrade mimir-build-image to go 1.22.3 (#8107)
Browse files Browse the repository at this point in the history
* Upgrade mimir-build-image to go 1.22.3

* Update build image version to pr8107-6dc27b0894

* empty commit to kick build

---------

Co-authored-by: alexweav <[email protected]>
  • Loading branch information
alexweav and alexweav authored May 10, 2024
1 parent d7987c9 commit 4d067ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
# All the boiler plate for building golang follows:
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
BUILD_IN_CONTAINER ?= true
LATEST_BUILD_IMAGE_TAG ?= pr8032-d6540935d8
LATEST_BUILD_IMAGE_TAG ?= pr8107-6dc27b0894

# TTY is parameterized to allow Google Cloud Builder to run builds,
# as it currently disallows TTY devices. This value needs to be overridden
Expand Down
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 4d067ac

Please sign in to comment.