Skip to content

Commit bda794e

Browse files
authored
Update wibo to 0.5.2 (docker) (#853)
* Update wibo to 0.5.2 (docker) * Update wibo to 0.5.2 (ci)
1 parent 347b4df commit bda794e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
sudo mv bin/arm* /usr/bin/
9797
- name: Install wibo
9898
run: |-
99-
wget https://github.com/decompals/WiBo/releases/download/0.4.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
99+
wget https://github.com/decompals/WiBo/releases/download/0.5.2/wibo && chmod +x wibo && sudo cp wibo /usr/bin/
100100
101101
- name: Run backend tests
102102
run: |-

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN curl -sSL https://install.python-poetry.org/ | \
5656

5757
COPY --from=nsjail /nsjail/nsjail /bin/nsjail
5858

59-
COPY --from=ghcr.io/decompals/wibo:0.4.2 /usr/local/sbin/wibo /usr/bin/
59+
COPY --from=ghcr.io/decompals/wibo:0.5.2 /usr/local/sbin/wibo /usr/bin/
6060

6161
# windows compilers need i386 wine
6262
ARG ENABLE_NDS_SUPPORT

0 commit comments

Comments
 (0)