From b5cca96f78ce630656b6f2dae5095b4eec9aa847 Mon Sep 17 00:00:00 2001 From: Brennan Seymour Date: Tue, 8 Oct 2024 13:41:30 -0500 Subject: [PATCH] Update devcontainer.json I wanna try using a newer image to see if it's cached right --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9782494..38db26b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Default", - "image": "mcr.microsoft.com/devcontainers/universal:2-focal", + "image": "mcr.microsoft.com/devcontainers/universal:latest", "customizations": { "vscode": { "settings": {