Skip to content

Commit 517eeea

Browse files
committed
Update linuxdeploy, linuxdeploy-plugin-{appimage,qt}
1-alpha-20250213-1
1 parent cb4f350 commit 517eeea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN \
7070
WORKDIR /home/builder
7171

7272
RUN \
73-
git clone --depth 1 --branch 2.0.0-alpha-1-20241106 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
73+
git clone --depth 1 --branch 1-alpha-20250213-2 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
7474
cd linuxdeploy && cp src/core/copyright/copyright.h src/core && \
7575
cmake . \
7676
-G Ninja \
@@ -82,7 +82,7 @@ RUN \
8282
ninja && ninja install linuxdeploy && cd .. && \
8383
rm -rf linuxdeploy
8484
RUN \
85-
git clone --depth 1 --branch 1-alpha-20230713-1 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
85+
git clone --depth 1 --branch 1-alpha-20250213-1 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
8686
cd linuxdeploy-plugin-appimage && \
8787
cmake . \
8888
-G Ninja \
@@ -131,7 +131,7 @@ USER builder
131131
WORKDIR /home/builder
132132
RUN \
133133
git clone \
134-
--branch 2.0.0-alpha-1-20241106 \
134+
--branch 1-alpha-20250213-1 \
135135
--depth 1 \
136136
https://github.com/linuxdeploy/linuxdeploy-plugin-qt \
137137
--recurse-submodules && \

0 commit comments

Comments
 (0)