Change devcontainer image to Debian to support ARM platforms (#1636)

Change image devcontainer to base debian to provide arm based
This commit is contained in:
Haikal
2024-03-06 05:38:10 +07:00
committed by GitHub
parent 2f44b156d1
commit a47fff905e

View File

@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"profile": "default"