From bd168bec908bd547a1f2f215086567562f3d1ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:20:27 -0500 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/dotnet docker tag to v1.1.8 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ef2421..f26e94f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "CliWrap.FSharp", - "image": "mcr.microsoft.com/devcontainers/dotnet:1.1.2-8.0-bookworm-slim", + "image": "mcr.microsoft.com/devcontainers/dotnet:1.1.8-8.0-bookworm-slim", "containerUser": "vscode", "customizations": { "vscode": {