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
@@ -1,4 +1,4 @@
FROM openjdk:8-jre
FROM eclipse-temurin:8u472-b08-jdk
WORKDIR /app
RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*