Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/root/.m2 \
# --- Runtime stage: BellSoft minimal musl runtime container (production) ---
# JRE 26 runs the JDK-25-compiled fast-jar fine (forward-compatible); pure-bytecode app, so the
# musl libc is a non-issue. The runtime-container image is purpose-built minimal for production.
FROM bellsoft/liberica-runtime-container:jre-26-musl@sha256:ca3832b6a01d97efddcf1b9d3f4fe92011e411299d32360774eb7154422fb730 AS runtime
FROM bellsoft/liberica-runtime-container:jre-26-musl@sha256:494b50cf51878c4b44eea7ec5bf5114e34ebd97ce4533804f37c5f55f679912d AS runtime
WORKDIR /app

# Quarkus fast-jar layout: copy the four pieces in cache-friendly order.
Expand Down
Loading