Update to Paper build 1048.

master b1048
Icedream 2017-02-07 10:06:21 +01:00
parent c5686955fa
commit bac5460a49
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
FROM java:8-alpine
ARG MINECRAFT_VERSION=1.11.2
ARG PAPER_BUILD=1047
ARG PAPER_BUILD=1048
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=88c607e7e1cc7d423b5467e8c013bd45a383e806b8e3ca596d167c8bf85afe10e20b8e484708aa768efc53bcc8449004ea8b3b2e196e3b2d2b75942a4eccadae
ARG PAPER_SHA512=3d0b57d6244938a0c327df30df881d8436f813f3aca1e067b2a52868ffc10854e91976d5cc19342995952ba6ce00c818c241aa34f6c404d4f6069f9cbd54a424
WORKDIR /data
ADD "${PAPER_URL}" /srv/paper.jar

View File

@ -6,7 +6,7 @@ This image includes the Jenkins build of Paper, the "high performance Spigot for
All available tags are always listed [in Docker Hub](https://hub.docker.com/r/icedream/paper/tags), the list below explains the maintained tags:
- `latest`, `b1047`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1048`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `b916.2`, `mc-1.10.2`, `mc-1.10`: Latest server for Minecraft 1.10.x.
- `b773`, `mc-1.9.4`, `mc-1.9`: Latest server for Minecraft 1.9.x.
- `b443`, `mc-1.8.8`, `mc-1.8`: Latest server for Minecraft 1.8.x.