Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,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 ?= pr14418-232243bdc8
LATEST_BUILD_IMAGE_TAG ?= pr14511-bb021fd229

# TTY is parameterized to allow CI and scripts to run builds,
# as it currently disallows TTY devices.
Expand Down
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN GO111MODULE=on \
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2 && \
go install github.com/open-policy-agent/conftest@v0.66.0 && \
go install github.com/uber-go/gopatch@v0.4.0 && \
go install github.com/bufbuild/buf/cmd/buf@v1.65.0 && \
go install github.com/bufbuild/buf/cmd/buf@v1.66.0 && \
rm -rf /go/pkg /go/src /root/.cache

COPY --from=helm /usr/bin/helm /usr/bin/helm
Expand Down
Loading