From 4a347e3dd9cfc90233cb788da2926e2cac845bf5 Mon Sep 17 00:00:00 2001 From: Hunter Brooks Date: Wed, 20 Dec 2023 18:15:11 -0500 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0ddd72f..e5d3458 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/ellipsis-dev/devcontainer/cli:0.2.2": {} // This adds the Ellipsis CLI + "ghcr.io/ellipsis-dev/devcontainer/cli:0.2.5": {} // This adds the Ellipsis CLI }, // Use 'forwardPorts' to make a list of ports inside the container available locally.