Merge pull request 'Updating download url for new warp-packer version' (#17) from feature/using_new_warp_packer into develop

Reviewed-on: #17
This commit is contained in:
David 2024-05-19 09:51:04 +02:00
commit eaee10a147
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ 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/v0.3.0/aarch64-linux.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-aarch64.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/v0.3.0/linux-x64.warp-packer \
https://git.phoenix.ipv64.de/public/warp/releases/download/1.0.0/linux-x64.warp-packer \
&& install -D \
--mode=755 \
--owner=root \