Skip to content

Commit

Permalink
[Fixed] Dotnet version for DevContainer (#3620)
Browse files Browse the repository at this point in the history
* Update to correct version of `dotnet` for devcontainer

* Add comment

---------

Co-authored-by: Jimmy <[email protected]>
Co-authored-by: NGD Admin <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent c531917 commit e0edd98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM mcr.microsoft.com/devcontainers/dotnet:9.0-noble
# 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

# Install the libleveldb-dev package
RUN apt-get update && apt-get install -y libleveldb-dev

0 comments on commit e0edd98

Please sign in to comment.