Skip to content

Commit

Permalink
chore(deps): update registry.k8s.io/kustomize/kustomize docker tag to…
Browse files Browse the repository at this point in the history
… v5.2.1 (main) (#6456)

* chore(deps): update registry.k8s.io/kustomize/kustomize docker tag to v5.2.1
* Update build image version to pr6456-fb5d96e52f

---------

Signed-off-by: Arve Knudsen <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and francoposa committed Nov 1, 2023
1 parent 2143ff2 commit ada590b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ada590b

Please sign in to comment.