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 docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Debian SDK that RESEARCH.md C3 originally recommended — the -r RID flag
# determines the publish target, not the build host's libc. Empirically verified
# 2026-04-27: docker build succeeded on amd64 producing a 106 MB runtime image.)
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:5c559aa5d99337e400d39ab4fa1f6979d126c29b20939d53658ed38300571e74 AS build
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:fac7cce841f78faa4bca416fb4c636d1a129c09abd9b50e9b45664b95fd008a0 AS build

# BuildKit TARGETARCH is injected by `docker buildx build --platform linux/amd64|arm64`.
# Map Docker arch names to .NET musl RIDs.
Expand Down