lander: switch to dev images

master
Jef Roosens 2023-07-21 11:47:36 +02:00
parent d11396d388
commit c783af2fa4
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ARG MC_VERSION
ARG PAPERMC_VERSION
# Install alex binary
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.3.0/alex-linux-amd64" /bin/alex
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.3.1/alex-linux-amd64" /bin/alex
RUN chmod +x /bin/alex && \
addgroup -Sg 1000 paper && \