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"