From 87ef232d93879872c876d978be5bb055ba09f46b Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Wed, 8 Apr 2026 11:36:24 +0200 Subject: [PATCH] bump: Update base image openjdk17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 526943f..f582f26 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION?=$(shell cat .version || echo dev) OPENJ9_VERSION?=openj9-$(VERSION) OPENJDK17_VERSION?=jre17-$(VERSION) BASE_IMAGE_OPENJDK=adoptopenjdk/openjdk8:x86_64-ubuntu-jre8u462-b08 -BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.16_8-jre-jammy +BASE_IMAGE_OPENJDK17=eclipse-temurin:17.0.18_8-jre-jammy BASE_IMAGE_OPENJ9=adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jre8u462-b08_openj9-0.53.0 all: docker_build ## produce the docker image