From 34917742815f69fdb60f587ab3f6077854d72b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 08:08:12 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/vscode/devcontainers/base docker tag to v1 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6e8790f..21f4ba8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.2/containers/ubuntu { "name": "Ubuntu", - "image": "mcr.microsoft.com/vscode/devcontainers/base:0-ubuntu-22.04", + "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04", "onCreateCommand": "corepack enable && pnpm install",