diff --git a/.image.env b/.image.env index cb5fd3bde3..4834f6c3d6 100644 --- a/.image.env +++ b/.image.env @@ -1,7 +1,7 @@ # Generated file, do not modify. This file is generated from a text file containing a list of images. The # most recent tag is interpolated from the source repository and used to generate a fully qualified image # name. -MINIO_TAG='RELEASE.2023-11-11T08-14-41Z' +MINIO_TAG='RELEASE.2023-11-15T20-43-25Z' RQLITE_TAG='7.21.4' DEX_TAG='v2.37.0' SCHEMAHERO_TAG='0.16.0' diff --git a/Makefile b/Makefile index 1c0ee04e2f..689d839c8c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.build.mk CURRENT_USER := $(shell id -u -n) -MINIO_TAG ?= RELEASE.2023-11-11T08-14-41Z +MINIO_TAG ?= RELEASE.2023-11-15T20-43-25Z RQLITE_TAG ?= 7.21.4 DEX_TAG ?= v2.37.0 LVP_TAG ?= v0.5.5 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index f1b491f53d..e279f19cf1 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,7 +5,7 @@ package image // image name. const ( - Minio = "minio/minio:RELEASE.2023-11-11T08-14-41Z" + Minio = "minio/minio:RELEASE.2023-11-15T20-43-25Z" Rqlite = "rqlite/rqlite:7.21.4" Dex = "ghcr.io/dexidp/dex:v2.37.0" Schemahero = "schemahero/schemahero:0.16.0"