Skip to content

Commit bb317ea

Browse files
committed
build: image not found
1 parent 2d57a70 commit bb317ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=source /usr/src/web /usr/src/web
2525
RUN bun run build
2626

2727
# https://hub.docker.com/_/eclipse-temurin/tags?name=17.
28-
FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.15_10-jdk-noble AS backend
28+
FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.17_10-jdk-noble AS backend
2929

3030
WORKDIR /usr/src
3131

0 commit comments

Comments
 (0)