build: openjdk docker image not found

This commit is contained in:
ReaJason
2025-11-16 12:07:48 +08:00
parent 2fe6009f79
commit 48dd609820
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN set -ex \
&& sed -i 's|mysql://127\.0\.0\.1:3306|mysql://db:3306|g' src/main/resources/application.properties \
&& mvn clean package -DskipTests
FROM openjdk:17-jdk-bullseye
FROM eclipse-temurin:17-jdk
RUN set -ex \
&& apt update \