From c5253c2f71782663cee16e5f4cf4f195ad722ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:30:28 +0000 Subject: [PATCH] [fsharp] Update mcr.microsoft.com/devcontainers/dotnet Docker tag to v9 --- fsharp/.devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {