Skip to content
Merged
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 src/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
FROM python:3.14.5-slim@sha256:a7185a8e40af01bf891414a4df16ef10fc6000cee460a404a13da9029fe41604 AS py

# .NET SDK tags: https://mcr.microsoft.com/product/dotnet/sdk/tags
FROM mcr.microsoft.com/dotnet/sdk:10.0.300-noble-amd64@sha256:95ce19ccaea2d89766ac07f30c8214b2cafd97c5212418937833421742b57acf
FROM mcr.microsoft.com/dotnet/sdk:10.0.300-noble-amd64@sha256:69ff714a42f7931475acfcd2792d69cd4a656e4f3653d520e25c0fbe3c6d0cba

# Clear this environment variable so xml docs from NuGet packages are unpackaged. The default dotnet/sdk image sets it to 'skip'.
# See https://github.com/dotnet/dotnet-docker/issues/2790
Expand Down