Skip to content

Commit d8ec75a

Browse files
committed
Put correct version with correct project (fix)
1 parent 9f36dc0 commit d8ec75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER builder
44
WORKDIR /home/builder
55

66
RUN \
7-
git clone --depth 1 --branch 1-alpha-20240109-1 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
7+
git clone --depth 1 --branch 2.0.0-alpha-1-20241106 https://github.com/linuxdeploy/linuxdeploy --recurse-submodules && \
88
cd linuxdeploy && cp src/core/copyright/copyright.h src/core && \
99
# On arm/v7, wget fails if --no-check-certificate isn't used
1010
sed -i 's/wget --quiet \"$url\" -O -/curl -o - \"$url\"/g' src/core/generate-excludelist.sh && \
@@ -17,7 +17,7 @@ RUN \
1717
ninja && ninja install linuxdeploy && cd .. && \
1818
rm -rf linuxdeploy
1919
RUN \
20-
git clone --depth 1 --branch 2.0.0-alpha-1-20241106 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
20+
git clone --depth 1 --branch 1-alpha-20230713-1 https://github.com/linuxdeploy/linuxdeploy-plugin-appimage --recurse-submodules && \
2121
cd linuxdeploy-plugin-appimage && \
2222
cmake . -G Ninja -DCMAKE_INSTALL_PREFIX=$HOME/.local && ninja && ninja install && cd .. && \
2323
rm -rf linuxdeploy-plugin-appimage

0 commit comments

Comments
 (0)