Skip to content
Draft
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Update Docker base image to net11.0 preview runtime-deps (fixes CVE-2026-45447)
- Dependencies - Updated FunFair.Test to 6.4.6.2749
- Dependencies - Updated FunFair.Test.Source.Generator to 6.4.6.2749
- Switch Docker base image to the net11.0 GA runtime-deps tag
### Deprecated
### Removed
- Removed NuGet audit suppressions for Scriban 6.2.0 vulnerabilities now that the transitive dependency has been dropped
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chiseled-extra is needed over chiseled for Discord
#FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-noble-chiseled-extra
FROM mcr.microsoft.com/dotnet/runtime-deps:11.0-preview-resolute-chiseled-extra
FROM mcr.microsoft.com/dotnet/runtime-deps:11.0-resolute-chiseled-extra

WORKDIR /usr/src/app

Expand Down
Loading