Skip to content

Commit 5ec1db4

Browse files
committed
ci: change github action to use nuclei qemu 2025.02
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 415a4e9 commit 5ec1db4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/linuxsdk.Dockerfile

Lines changed: 1 addition & 1 deletion
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.02
4141
ARG BRANCH=dev_nuclei_next
4242

4343
RUN groupadd --system $USER

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python3 python3-pip mtools
7171
sudo pip3 install git-archive-all
7272
mkdir -p buildroot/dl
73-
QEMUVER=2023.10
73+
QEMUVER=2025.02
7474
if [ ! -f buildroot/dl/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz ] ; then
7575
wget --progress=dot -P buildroot/dl https://download.nucleisys.com/upload/files/toolchain/qemu/nuclei-qemu-${QEMUVER}-linux-x64.tar.gz
7676
fi

0 commit comments

Comments
 (0)