Update to Paper build 1071.

master b1071
Icedream 2017-03-27 09:35:57 +02:00
parent 8096e1a2d6
commit b933582cec
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=1070
ARG PAPER_BUILD=1071
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=9b03b646435e31266ab27bfd4d79dc48956819c5a54028e4e299b1346342efa731c88d446054bfe95ab0ab6b62c80bb3dab33ef754c7ce4cb17e87f1676a7c89
ARG PAPER_SHA512=16f9b064ea80f71e8af33694607c0bfd5dd9a25603511c0b5dbe9fd3c09887a09ead20d2bfd01e2cf595398476784a9c7638898b5ff614d991861fa1dc3799d6
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`, `b1070`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1071`, `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.