diff --git a/Makefile b/Makefile index fe4f5828da..06ccc3dcdd 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,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 ?= pr6383-54c7fc6702 +LATEST_BUILD_IMAGE_TAG ?= pr6456-fb5d96e52f # TTY is parameterized to allow Google Cloud Builder to run builds, # as it currently disallows TTY devices. This value needs to be overridden diff --git a/mimir-build-image/Dockerfile b/mimir-build-image/Dockerfile index 13f9ae6db7..f4b76c42bb 100644 --- a/mimir-build-image/Dockerfile +++ b/mimir-build-image/Dockerfile @@ -3,7 +3,7 @@ # Provenance-includes-license: Apache-2.0 # Provenance-includes-copyright: The Cortex Authors. -FROM registry.k8s.io/kustomize/kustomize:v5.1.1 as kustomize +FROM registry.k8s.io/kustomize/kustomize:v5.2.1 as kustomize FROM alpine/helm:3.13.1 as helm FROM golang:1.21.3-bullseye ARG goproxyValue