From 75ce1e7936b121d5b57b9cecc20c44e015ae7410 Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Fri, 13 Feb 2026 14:10:34 -0800 Subject: [PATCH] chore: replace deprecated url for dev container image --- .github/steps/2-custom-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/2-custom-image.md b/.github/steps/2-custom-image.md index 01ae61d..d56b2da 100644 --- a/.github/steps/2-custom-image.md +++ b/.github/steps/2-custom-image.md @@ -32,7 +32,7 @@ Let's create this file and set a few of the most common settings. For other opti ```json { "name": "Basic Dev Environment", - "image": "mcr.microsoft.com/vscode/devcontainers/base:debian" + "image": "mcr.microsoft.com/devcontainers/base:debian" } ```