Skip to content

Commit 92cc36c

Browse files
committed
pin version
1 parent 326052f commit 92cc36c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
| awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2929
curl -o \
3030
/tmp/xemu.app -L \
31-
"${DOWNLOAD_URL}" && \
31+
"https://github.com/xemu-project/xemu/releases/download/v0.8.133/xemu-0.8.133-x86_64.AppImage" && \
3232
cd /tmp && \
3333
chmod +x xemu.app && \
3434
./xemu.app --appimage-extract && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
| awk -F '(": "|")' '/browser.*aarch64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2828
curl -o \
2929
/tmp/xemu.app -L \
30-
"${DOWNLOAD_URL}" && \
30+
"https://github.com/xemu-project/xemu/releases/download/v0.8.133/xemu-0.8.133-aarch64.AppImage" && \
3131
cd /tmp && \
3232
chmod +x xemu.app && \
3333
./xemu.app --appimage-extract && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612

613613
## Versions
614614

615-
* **20.12.25:** - Add libpipewire dep for appimage, head is broken use tag v0.8.133-ls57.
615+
* **20.12.25:** - Add libpipewire dep for appimage, pin to v0.8.133.
616616
* **20.12.25:** - Add libusb dep for appimage.
617617
* **20.12.25:** - Add Wayland init logic.
618618
* **07.07.25:** - Install GTK libs for file chooser.

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ init_diagram: |
107107
"xemu:latest" <- Base Images
108108
# changelog
109109
changelogs:
110-
- {date: "20.12.25:", desc: "Add libpipewire dep for appimage, head is broken use tag v0.8.133-ls57."}
110+
- {date: "20.12.25:", desc: "Add libpipewire dep for appimage, pin to v0.8.133."}
111111
- {date: "20.12.25:", desc: "Add libusb dep for appimage."}
112112
- {date: "20.12.25:", desc: "Add Wayland init logic."}
113113
- {date: "07.07.25:", desc: "Install GTK libs for file chooser."}

0 commit comments

Comments
 (0)