Update sjasmplus

This commit is contained in:
2026-06-12 10:20:17 +01:00
parent c38171a4e4
commit 8b5c9f3682
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN apt-get update \
unzip \
&& rm -rf /var/lib/apt/lists/*
ADD https://github.com/z00m128/sjasmplus.git#v1.23.0 /sjasmplus
ADD https://github.com/z00m128/sjasmplus.git#v1.23.1 /sjasmplus
RUN cd /sjasmplus && make -j8 && make install
ADD https://boarstone.mcphail.uk/mcphail/spectrum_remload.git /ttttt
RUN cd /ttttt && make ttttt
+1 -1
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": "njmcphail/speccydev:v8.0",
"image": "njmcphail/speccydev:v8.2",
"remoteUser": "ubuntu",
"runArgs": [
"--network=host"