From 8d3c6bf4d828f18d7158b7fd2530a2d4e9cb593b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20V=C4=83n=20Nguy=C3=AAn?= Date: Sat, 3 Feb 2024 23:28:43 +0700 Subject: [PATCH] Update devcontainer.json with base image --- templates/ubuntu-dev/.devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/ubuntu-dev/.devcontainer/devcontainer.json b/templates/ubuntu-dev/.devcontainer/devcontainer.json index e913c0b..95729c8 100644 --- a/templates/ubuntu-dev/.devcontainer/devcontainer.json +++ b/templates/ubuntu-dev/.devcontainer/devcontainer.json @@ -3,11 +3,11 @@ { "name": "Ubuntu", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - // "image": "mcr.microsoft.com/devcontainers/base:jammy", - "build": { - // Path is relative to the devcontainer.json file. - "dockerfile": "Dockerfile" - }, + "image": "mcr.microsoft.com/devcontainers/base:jammy", + // "build": { + // // Path is relative to the devcontainer.json file. + // "dockerfile": "Dockerfile" + // }, "features": { "ghcr.io/devcontainers/features/common-utils": {},