Update to Paper build 1063.

master b1063
Icedream 2017-03-27 09:33:49 +02:00
parent 1e7d10acd4
commit 1b0342cf1d
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=1062
ARG PAPER_BUILD=1063
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=e8598506cd0d0ce9e0ffdfdca6d21c078a79313c9a8245999a410c73920ee036072142c85f4fd55ff071bc779bd893119e6e53b52510371dff8d744176b81d97
ARG PAPER_SHA512=3859643fe63e4bb2ec9e8f7158b83a7b1d091cc8daa771e39bd7ab7412e60b89ed922ff08f3615abf75936aac78b4727c7576bef39eece6c367886ef1ab4d1c7
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`, `b1062`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1063`, `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.