diff --git a/Makefile b/Makefile index 73a11239d50..e4ac16b55d4 100644 --- a/Makefile +++ b/Makefile @@ -245,7 +245,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 ?= pr9491-80f5778956 +LATEST_BUILD_IMAGE_TAG ?= pr10481-6c395eeace # TTY is parameterized to allow Google Cloud Builder to run builds, # as it currently disallows TTY devices. This value needs to be overridden