push to 1.20.6-147
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m36s

This commit is contained in:
Sebastian Hugentobler 2024-06-27 19:23:02 +02:00
parent efd76a898e
commit 0b53335aea
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -4,8 +4,8 @@ RUN addgroup minecraft -g 2222
RUN adduser -u 2222 -h /var/lib/minecraft -D -G minecraft minecraft
ENV VERSION=1.20.6
ENV SERIAL=130
ENV SHA256_SUM=803bd42701210e86b8cc9e384b414d85246615747d3ebff513fc02f76860154f
ENV SERIAL=147
ENV SHA256_SUM=24c58de34153160f3b466c70c94afcec9b3d2b20a6681863e839df7b7bdb9594
RUN wget -O /var/lib/minecraft/paper.jar \
https://papermc.io/api/v2/projects/paper/versions/$VERSION/builds/$SERIAL/downloads/paper-$VERSION-$SERIAL.jar