Skip to content
Merged
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
- Dependencies - Updated xunit.v3 to 4.0.1
- Dependencies - Updated Meziantou.Analyzer to 3.0.257
- Dependencies - Updated Credfeto.Version.Information.Generator to 1.0.138.1557
- 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