diff --git a/fsharp/.devcontainer.json b/fsharp/.devcontainer.json index 0b5cec1a0..59d00cebf 100644 --- a/fsharp/.devcontainer.json +++ b/fsharp/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "F# Dotnet", - "image": "mcr.microsoft.com/devcontainers/dotnet:8.0", + "image": "mcr.microsoft.com/devcontainers/dotnet:9.0", "onCreateCommand": "dotnet build", "customizations": { "github.com/rradczewski/kata-bootstraps": {