We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 508c49e + 0e1c481 commit 11840b3Copy full SHA for 11840b3
1 file changed
Makefile
@@ -7,7 +7,7 @@ OPENJDK11_VERSION?=jre11-$(VERSION)
7
OPENJDK17_VERSION?=jre17-$(VERSION)
8
BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u462-b08
9
BASE_IMAGE_OPENJDK11=eclipse-temurin:11-jre-focal
10
-BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.16_8-jre-jammy
+BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.18_8-jre-jammy
11
BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u462-b08_openj9-0.53.0
12
13
all: docker_build ## produce the docker image
0 commit comments