Pin to a stable devcontainer image so I can experiment more freely

This commit is contained in:
Neil McPhail 2025-04-30 11:13:39 +00:00
parent 90fded9f74
commit a08f0351ed

View File

@ -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"