Update to Paper build 1045.

master b1045
Icedream 2017-01-31 09:05:42 +01:00
parent fa518b0e4f
commit e896f2a644
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=1044
ARG PAPER_BUILD=1045
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=c7b2a0e27170d1b271058490fe85490dff569fe736673a50f7b91bdf4213c0cb740e7245656efd0751f3970fdd0c332292b0f91292f2ae41185efd3c490c895a
ARG PAPER_SHA512=b8f16ebe72ebb99383fdd2b26ed5480a4d0260a3b9a71d55502b108bcb423354e5180c7b81f8f364c1d11e84ea5be94d1a6b30b3443c876b86e8f8a386ae2d83
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`, `b1044`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1045`, `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.