From d73e1c4fde7cede35f7a74339e09dc14005e01c9 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:42:03 +0000 Subject: [PATCH] use ruby devcontainer because itd be useful to have ruby --- .devcontainer/devcontainer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 009a80f..310e255 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/debian +// README at: https://github.com/devcontainers/templates/tree/main/src/ruby { - "name": "Debian", + "name": "Ruby", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/base:bullseye" + "image": "mcr.microsoft.com/devcontainers/ruby:0-3-bullseye" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},