From c7bd6f05b14cd0480bba1e661bf95023bc05603a Mon Sep 17 00:00:00 2001 From: Ayane Satomi Date: Sat, 21 Oct 2023 07:11:15 +0000 Subject: [PATCH] feat: Update devcontainer image from Ubuntu to Debian Update devcontainer image from 'mcr.microsoft.com/devcontainers/base:ubuntu' to 'mcr.microsoft.com/devcontainers/base:debian' --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c8bb232..ff8b4e1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,9 @@ { - "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "image": "mcr.microsoft.com/devcontainers/base:debian", "features": { "ghcr.io/codesandbox/devcontainer-features/codesandbox:latest": {}, "ghcr.io/progamesigner/devcontainers/features/deno:latest": {}, "ghcr.io/devcontainers/features/common-utils:2": { - "nonFreePackages": true, "upgradePackages": true }, "ghcr.io/nmemoto/devcontainer-features/deno:1": {