From 8629366397cec48630009372c6598602a392bc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:30:36 -0400 Subject: [PATCH] Update eclipse-temurin Docker tag (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dd1995e..31cdc47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:21.0.7_6-jdk-noble AS build +FROM eclipse-temurin:21.0.8_9-jdk-noble AS build ARG TACHIDESK_ABORT_HANDLER_DOWNLOAD_URL @@ -15,7 +15,7 @@ RUN if [ -n "$TACHIDESK_ABORT_HANDLER_DOWNLOAD_URL" ]; then \ rm -rf /var/lib/apt/lists/* || exit 1; \ fi -FROM eclipse-temurin:21.0.7_6-jre-noble +FROM eclipse-temurin:21.0.8_9-jre-noble ARG BUILD_DATE ARG TARGETPLATFORM