From ac27eed590a93cc46e66a85a0c5c04189dd6908e Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 8 Jun 2023 13:30:07 -0700 Subject: [PATCH] Rename container Signed-off-by: Thien Tran --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 818541c..96011a8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu { - "name": "Ubuntu", + "name": "Ubuntu-Hugo", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/base:jammy", "features": {