From daa6972747c16d2b2dbf48ecdafe1a0abdad0b7e Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Fri, 13 Feb 2026 13:05:22 -0800 Subject: [PATCH] chore: replace deprecated url for dev container image --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2ac6215..d833a78 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python 3", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/python:3.13", "features": { "ghcr.io/devcontainers/features/github-cli:1": {} },