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
+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/*