From f157ebbbb58e9b1a2d3c4f3440ea8889ff147fab Mon Sep 17 00:00:00 2001 From: Hayden Hong Date: Sun, 20 Aug 2023 00:25:48 +0000 Subject: [PATCH] chore: bump devcontainer to Ubuntu 22.04 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fe887c705e20..ebe9e6a4270e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", "settings": { "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode",