Update eclipse-temurin Docker tag to v25 (#184)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-08 20:00:26 -05:00
committed by GitHub
parent 842d1367e4
commit d588eadf36

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.8_9-jdk-noble AS build
FROM eclipse-temurin:25.0.1_8-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.8_9-jre-noble
FROM eclipse-temurin:25.0.1_8-jre-noble
ARG TARGETPLATFORM
ARG TACHIDESK_KCEF=y # y or n, leave empty for auto-detection