Skip to content

Commit 11840b3

Browse files
authored
Merge pull request #60 from codacy/update-image
Update OpenJDK 17 base image version
2 parents 508c49e + 0e1c481 commit 11840b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OPENJDK11_VERSION?=jre11-$(VERSION)
77
OPENJDK17_VERSION?=jre17-$(VERSION)
88
BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u462-b08
99
BASE_IMAGE_OPENJDK11=eclipse-temurin:11-jre-focal
10-
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.16_8-jre-jammy
10+
BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.18_8-jre-jammy
1111
BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u462-b08_openj9-0.53.0
1212

1313
all: docker_build ## produce the docker image

0 commit comments

Comments
 (0)