From bb317eadfd06973d2fc808ee5891c0ae0ce54e86 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 18 Jan 2026 23:52:39 +0800 Subject: [PATCH] build: image not found --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57023534..afe5189a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY --from=source /usr/src/web /usr/src/web RUN bun run build # https://hub.docker.com/_/eclipse-temurin/tags?name=17. -FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.15_10-jdk-noble AS backend +FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.17_10-jdk-noble AS backend WORKDIR /usr/src