Update to Paper build 1053.

master b1053
Icedream 2017-02-09 14:00:41 +01:00
parent 2ed7658100
commit 79e98cda40
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=1052
ARG PAPER_BUILD=1053
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=377b6888a5712893f0867100daae9f46ce86e1bb1e107ea15cf2fd4889265642f52be9620ccf25a02bbf9a9dedb1be3bac434460476cc17f6f4e28c41228d7a9
ARG PAPER_SHA512=5ac79f3061bc252aea9022d3b6207da87e30f0f7899577f27eb0e5bb7e9c6f3a8548bb9c113224590ef9067a63b122250034c8beb1b4175ade087860b3474464
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`, `b1052`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1053`, `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.