From edff0f2a973a22ebeb6cab17a2bf72320b108431 Mon Sep 17 00:00:00 2001 From: khaeljy Date: Wed, 27 Sep 2023 12:02:32 +0000 Subject: [PATCH] add `image` in devcontainer --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aaef56c1a..8ce21e6b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,6 @@ { "name": "Kakarot SSJ", + "image": "mcr.microsoft.com/devcontainers/base:jammy", "customizations": { "vscode": { "extensions": ["starkware.cairo1"]