File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070WORKDIR /home/builder
7171
7272RUN \
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 \
8282 ninja && ninja install linuxdeploy && cd .. && \
8383 rm -rf linuxdeploy
8484RUN \
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
131131WORKDIR /home/builder
132132RUN \
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 && \
You can’t perform that action at this time.
0 commit comments