-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[
Update
] Dotnet & Compiler Version (#3684)
* Updated Dotnet version and enforced it Changed compiler to latest Disabled warning in brenchmarks * Update benchmarks/Directory.Build.props * Update Directory.Build.props --------- Co-authored-by: Shargon <[email protected]>
- Loading branch information
1 parent
865c578
commit fe22fb8
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md | ||
# https://mcr.microsoft.com/en-us/artifact/mar/dotnet/sdk/tags <-- this shows all images | ||
FROM mcr.microsoft.com/dotnet/sdk:9.0.101-noble | ||
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-noble | ||
|
||
# Install the libleveldb-dev package | ||
RUN apt-get update && apt-get install -y libleveldb-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters