build: openjdk docker image not found

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 26b4f48e98
commit 55f676553c
15 changed files with 15 additions and 15 deletions
@@ -10,7 +10,7 @@ RUN set -ex \
&& sed -i 's|xxl\.job\.executor\.logpath=.*|xxl.job.executor.logpath=/var/log/xxl-job|g' src/main/resources/application.properties \
&& mvn clean package -DskipTests
FROM openjdk:8
FROM eclipse-temurin:8-jdk
RUN set -ex \
&& apt-get update \