From 709474d9962858a8ad7d768083a38b1ee4b384b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:14:35 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet docker tag to v8 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cf8bd0a67..fafda9358 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "C# (.NET Core)", - "image": "mcr.microsoft.com/vscode/devcontainers/dotnet:6.0", + "image": "mcr.microsoft.com/vscode/devcontainers/dotnet:8.0", "settings": { "terminal.integrated.shell.linux": "/bin/bash" },