From 89175b5b1bc02eae442239b4e3fdec4b8b4c5c31 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 23 Jul 2024 08:29:15 -0700 Subject: [PATCH] pin to features/git:1.3.0 for Ubuntu18.04 --- image/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/.devcontainer/devcontainer.json b/image/.devcontainer/devcontainer.json index c4bb019f..9a1260e6 100644 --- a/image/.devcontainer/devcontainer.json +++ b/image/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "installZsh": "true", "upgradePackages": "true" }, - "ghcr.io/devcontainers/features/git:1": { + "ghcr.io/devcontainers/features/git:1.3.0": { "ppa": "true", "version": "latest" },