diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 196d05c..10f78b1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "SimpleOTP", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/dotnet:1-10.0", + "image": "mcr.microsoft.com/devcontainers/dotnet:10.0", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},