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'
This commit is contained in:
Ayane Satomi 2023-10-21 07:11:15 +00:00
parent 458d32bf78
commit c7bd6f05b1

View file

@ -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": {