From 1be73d96825f4bc0aae061e00cfd15b385bf46ff Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Sat, 20 May 2023 14:31:04 +0300 Subject: [PATCH] Use Coherence 22.06.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d333487c..05795d08 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ COHERENCE_VERSION ?= 21.12.5 # The default Coherence image the Operator will run if no image is specified COHERENCE_IMAGE_REGISTRY ?= ghcr.io/oracle COHERENCE_IMAGE_NAME ?= coherence-ce -COHERENCE_IMAGE_TAG ?= 22.06.3 +COHERENCE_IMAGE_TAG ?= 22.06.4 COHERENCE_IMAGE ?= $(COHERENCE_IMAGE_REGISTRY)/$(COHERENCE_IMAGE_NAME):$(COHERENCE_IMAGE_TAG) # The Java version that tests will be compiled to. # This should match the version required by the COHERENCE_IMAGE version