Compare commits

..

No commits in common. "eaee10a147fc8f60dc4b6f4d4457aa3debd66d50" and "e8e9e246b651e1232a1b03e41e1b89a6fa1a8bbc" have entirely different histories.

3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ fatjar/
warped/
TODO.md
/.project
/.settings/

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL -o /tmp/warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-aarch64.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/aarch64-linux.warp-packer \
&& install -D \
--mode=755 \
--owner=root \

View File

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
zip \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL -o /tmp/warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-x64.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/v0.3.0/linux-x64.warp-packer \
&& install -D \
--mode=755 \
--owner=root \