From 99039d8191fc0347ee51846d01a7cb527a2bf452 Mon Sep 17 00:00:00 2001 From: Illia Vysochyn Date: Mon, 8 Jul 2024 11:44:08 +0200 Subject: [PATCH] [#61664] WIP: devcontainer.json: Update image Signed-off-by: Illia Vysochyn --- .devcontainer/ubuntu-gui-full/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/ubuntu-gui-full/devcontainer.json b/.devcontainer/ubuntu-gui-full/devcontainer.json index 21541a3f6b..018d86534e 100644 --- a/.devcontainer/ubuntu-gui-full/devcontainer.json +++ b/.devcontainer/ubuntu-gui-full/devcontainer.json @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 { - "image": "ghcr.io/antmicro/openroad-flow-scripts:lxqt", + "image": "openroad/ORFS:latest", "forwardPorts": [6080], "portsAttributes": { "6080": {