Update to Paper build 1066.

master b1066
Icedream 2017-03-27 09:35:08 +02:00
parent 7ae2b6048d
commit 515a8bcc16
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=1065
ARG PAPER_BUILD=1066
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=398c55e58ff2cae9e18e66618ca820055c97d470ff859a1e63fa7a01a57b28dcbc9045e3d56055dc7c2414e28d4c4b05f97b44e1b6dd1f2fc8b436cf35025ae4
ARG PAPER_SHA512=9c2e3aa871d2fe0a9d7d890983050bf11fd08760e323f84521a688f758379bae53df8c5d3b6f474c8ba183ed27ca091732eb4b9847b228a7f1d893fcb77dcb83
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`, `b1065`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1066`, `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.