Skip to content

Commit 43f0f24

Browse files
committed
pin xemu
1 parent a6c3a74 commit 43f0f24

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,9 @@ RUN \
197197
/tmp/scummvm.deb && \
198198
echo "**** install xemu ****" && \
199199
mkdir /tmp/xemu && \
200-
XEMU_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
201-
| awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}') && \
202200
curl -o \
203201
/tmp/xemu/xemu.app -L \
204-
"${XEMU_URL}" && \
202+
"https://github.com/xemu-project/xemu/releases/download/v0.8.133/xemu-0.8.133-x86_64.AppImage" && \
205203
cd /tmp/xemu && \
206204
chmod +x xemu.app && \
207205
./xemu.app --appimage-extract && \

0 commit comments

Comments
 (0)