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.native
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN bun run css:build
# --- Build stage: BellSoft Liberica Native Image Kit on Alpaquita musl ---
# The builder OS is musl, so native-image compiles a musl-linked binary natively:
# no --libc=musl flag, no manual musl toolchain install (which the UBI Mandrel image needs).
FROM bellsoft/liberica-native-image-kit-container:jdk-25-nik-25.0.3-musl@sha256:4ec81f8f9c50e7dc13aa590494c3f26d7f17859747ef0c790820e3567cfd03f7 AS build
FROM bellsoft/liberica-native-image-kit-container:jdk-25-nik-25.0.3-musl@sha256:5c1602efcc69099f36dcd4a281a5205d377af02861c3f970a798c73645af3c87 AS build
WORKDIR /build

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