Update to Paper build 1056.

master b1056
Icedream 2017-02-13 10:12:29 +01:00
parent 628932cd33
commit 0168804550
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=1055
ARG PAPER_BUILD=1056
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=ad9912700b3696ac07c04d972c97eb13a2882859da4fa7795a2be24bfb6ccb71a922f6f505e55bff6946d3912a34b172d113f7b87632b0d1bb0e7c1a41ed6c22
ARG PAPER_SHA512=646dfb50af7fcd1a1b3de9d356f4bcc25ac76b16a8d4ee246497967ca94240a21f3ae706e474201ca74e42e75d11bb323b21f84aa390bf8e0c6b841b29bc5c3f
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`, `b1055`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1056`, `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.