Update to Paper build 1054.

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