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 @@ -13,7 +13,7 @@ RUN bun run css:build
# Output: /app/src/main/resources/META-INF/resources/calit.css

# --- Build stage: BellSoft Liberica JDK 25 + the Maven wrapper (no Maven in the image) ---
FROM bellsoft/liberica-runtime-container:jdk-26-musl@sha256:14a012c815ea6298a3bc1682d0ffd871fb19097de796a2546745f07c2cbbec55 AS build
FROM bellsoft/liberica-runtime-container:jdk-26-musl@sha256:877baec6470a6dd9a312398e247a6decbe95e7ddd591cb901242066257b4cab2 AS build
WORKDIR /build

# Warm the dependency cache on the POM first so source-only edits don't re-download everything.
Expand Down
Loading