Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.8 (main) (#7557)
Browse files Browse the repository at this point in the history
* chore(deps): update golang docker tag to v1.21.8 (main)

* Update build image version to pr7557-ae15c572b6

* Trigger CI

---------

Co-authored-by: pr00se <[email protected]>
Co-authored-by: Yuri Nikolic <[email protected]>
(cherry picked from commit e0a86e6)
  • Loading branch information
pr00se authored and duricanikolic committed Mar 7, 2024
1 parent b212c86 commit e584676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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 ?= pr7417-94e502bf74
LATEST_BUILD_IMAGE_TAG ?= pr7557-ae15c572b6

# 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
4 changes: 2 additions & 2 deletions mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Provenance-includes-copyright: The Cortex Authors.

FROM registry.k8s.io/kustomize/kustomize:v5.3.0 as kustomize
FROM alpine/helm:3.14.1 as helm
FROM golang:1.21.6-bookworm
FROM alpine/helm:3.14.2 as helm
FROM golang:1.21.8-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 e584676

Please sign in to comment.