Skip to content

Commit 08bd59b

Browse files
committed
ci: bump to use nuclei qemu 2025.10 for github workflow
Signed-off-by: Huaqi Fang <[email protected]>
1 parent ed0f5a5 commit 08bd59b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/linuxsdk.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip3 cache purge
3737
# create USER with PASS
3838
ARG USER=nuclei
3939
ARG PASS=riscv123
40-
ARG QEMUVER=2023.10
40+
ARG QEMUVER=2025.10
4141
ARG BRANCH=dev_nuclei_next
4242

4343
RUN groupadd --system $USER
@@ -52,7 +52,7 @@ WORKDIR /home/$USER/
5252

5353
RUN mkdir -p prebuilt
5454

55-
RUN wget -q https://nucleisys.com/upload/files/toochain/qemu/nuclei-qemu-$QEMUVER-linux-x64.tar.gz -O prebuilt/nuclei-qemu.tar.gz
55+
RUN wget -q https://download.nucleisys.com/upload/files/toolchain/qemu/nuclei-qemu-$QEMUVER-linux-x64.tar.gz -O prebuilt/nuclei-qemu.tar.gz
5656

5757
RUN cd prebuilt && tar --no-same-owner -xzf nuclei-qemu.tar.gz
5858

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
python3 python3-pip mtools
6666
sudo pip3 install git-archive-all
6767
mkdir -p buildroot/dl
68-
QEMUVER=2023.10
68+
QEMUVER=2025.10
6969
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
70-
wget --progress=dot -P buildroot/dl https://nucleisys.com/upload/files/toochain/qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
70+
wget --progress=dot -P buildroot/dl https://download.nucleisys.com/upload/files/toolchain/qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
7171
fi
7272
mkdir -p prebuilt_tools
7373
tar -xzf buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz -C prebuilt_tools

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See [How to evaluate Nuclei Linux SDK in docker](https://github.com/Nuclei-Softw
2727
- Build dependencies
2828
- packages: see [apt.txt](.github/apt.txt)
2929
- python pip packages: [pipreq.txt](.github/pipreq.txt)
30-
- Get prebuilt qemu and openocd 2023.10 from [Nuclei Development Tools](https://nucleisys.com/download.php#tools)
30+
- Get prebuilt qemu and openocd 2025.10 from [Nuclei Development Tools](https://nucleisys.com/download.php#tools)
3131
- Setup qemu and openocd and add it into **PATH**
3232
- mtools version >= 4.0.24
3333

0 commit comments

Comments
 (0)