push to 1.20.4-496
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m29s

This commit is contained in:
Sebastian Hugentobler 2024-05-27 16:10:26 +02:00
parent d9269537c5
commit 32c1e78f52
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,11 +1,11 @@
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
RUN addgroup minecraft -g 2222
RUN adduser -u 2222 -h /var/lib/minecraft -D -G minecraft minecraft
ENV VERSION=1.20.4
ENV SERIAL=462
ENV SHA256_SUM=70ee8740b9670bfa8a51313bbb99d7527b04526e51baa37fdb1c1ac3e90d8be7
ENV SERIAL=496
ENV SHA256_SUM=9c6419c3504db84d437d4bbeb5b9d27d548a009a3ed2f1c617b62e7341cfeee3
RUN wget -O /var/lib/minecraft/paper.jar \
https://papermc.io/api/v2/projects/paper/versions/$VERSION/builds/$SERIAL/downloads/paper-$VERSION-$SERIAL.jar