Update to Paper build 1068.

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