From 17d3e60e202de5edbb8f33591acba18f927e6b7f Mon Sep 17 00:00:00 2001 From: Hayden Hong Date: Thu, 24 Aug 2023 07:22:34 -0700 Subject: [PATCH] chore: bump devcontainer to Ubuntu 22.04 to resolve arm64 incompatibility (#9245) --- .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",