Skip to content

Commit 549c8e5

Browse files
Update JRE base image to temurin-25-jre-alpine (minekube#594)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 0ec2ed1 commit 549c8e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ FROM --platform=$BUILDPLATFORM gcr.io/distroless/static-debian12 AS gate
2626
COPY --from=build /workspace/gate /
2727
ENTRYPOINT ["/gate"]
2828

29-
# Move binary into final image (jre variant Gate image - temurin-21-jre)
30-
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jre AS jre
29+
# Move binary into final image (jre variant Gate image - temurin-25-jre-alpine)
30+
FROM --platform=$BUILDPLATFORM eclipse-temurin:25-jre-alpine AS jre
3131
COPY --from=build /workspace/gate /usr/local/bin/gate
3232
ENV PATH=/opt/java/openjdk/bin:$PATH
3333
ENTRYPOINT ["/usr/local/bin/gate"]

0 commit comments

Comments
 (0)