From a08f0351ed456a0043a49a3ab562d42e1574376b Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Wed, 30 Apr 2025 11:13:39 +0000 Subject: [PATCH] Pin to a stable devcontainer image so I can experiment more freely --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f883daf..ded0947 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "ZX Spectrum dev tools", //"build": { "dockerfile": "Dockerfile" }, // The Dockerfile takes an age to build due to z88dk, so pull from prebuilt: - "image": "boarstone.mcphail.uk/mcphail/speccydev:latest", + "image": "boarstone.mcphail.uk/mcphail/speccydev:stable", "remoteUser": "ubuntu", "runArgs": [ "--network=host"