Skip to content

Commit

Permalink
Use Coherence 22.06.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed May 20, 2023
1 parent 015f7eb commit 1be73d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1be73d9

Please sign in to comment.