diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 591e48e..855ad35 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -24,7 +24,7 @@ jobs:
- name: Get Docker Images
shell: bash
run: |
- docker pull gcr.io/distroless/java17-debian11
+ docker pull gcr.io/distroless/java:11
uname -a
- name: Set up JDK
diff --git a/Makefile b/Makefile
index 67445d6..7097fa2 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ COHERENCE_WKA2 ?= server1
CLUSTER_PORT ?= 7574
# Profiles to include for building
PROFILES ?=
-COHERENCE_BASE_IMAGE ?= gcr.io/distroless/java17-debian11
+COHERENCE_BASE_IMAGE ?= gcr.io/distroless/java:11
# ----------------------------------------------------------------------------------------------------------------------
# Set the location of various build tools
diff --git a/tests/java/pom.xml b/tests/java/pom.xml
index f156b87..4ae3f81 100644
--- a/tests/java/pom.xml
+++ b/tests/java/pom.xml
@@ -40,7 +40,7 @@
com.oracle.coherence.ce
${coherence.version}
- gcr.io/distroless/java17-debian11
+ gcr.io/distroless/java:11
2.2.1