From 5cdb646f2812cf5f5a42d3d89772ba8f337a4354 Mon Sep 17 00:00:00 2001 From: emisargent <55098699+emisargent@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:38:21 -0800 Subject: [PATCH] Update .devcontainer/devcontainer.json Co-authored-by: Samruddhi Khandale --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 841f753e..50e14c9c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json { "name": "pallets/flask", - "image": "mcr.microsoft.com/vscode/devcontainers/python:3", + "image": "mcr.microsoft.com/devcontainers/python:3", // Configure tool-specific properties. "customizations": {