We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d7713 commit fbd6821Copy full SHA for fbd6821
Makefile
@@ -275,7 +275,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
275
# All the boiler plate for building golang follows:
276
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
277
BUILD_IN_CONTAINER ?= true
278
-LATEST_BUILD_IMAGE_TAG ?= pr8600-8a8fd767c7
+LATEST_BUILD_IMAGE_TAG ?= pr9070-2850516d73
279
280
# TTY is parameterized to allow Google Cloud Builder to run builds,
281
# as it currently disallows TTY devices. This value needs to be overridden
0 commit comments