Update to Paper build 1069.

master b1069
Icedream 2017-03-27 09:35:47 +02:00
parent 6a25f9bf8e
commit 8df98d70ba
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=1068
ARG PAPER_BUILD=1069
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=a1084212175c2ddc4c52be2f31511c5c14bfeb471f182e74a450b86095a4d01cca73b5136a94758fb3addb04727c3421bf2f5fc972ae7825f6392c316e2b071b
ARG PAPER_SHA512=dbff5dd6aee191a71e08e4d837455cb372147f2296e2e7b041b0b3d550996211987cecd44ba801d638a7e7b43e3c35ad1625c194724d5979b3e0e3da4288f6f9
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`, `b1068`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1069`, `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.