Update to Paper build 1067.

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