Update to Paper build 1062.

master b1062
Icedream 2017-03-06 11:48:58 +01:00
parent 6ce855ca26
commit 9503367984
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=1061
ARG PAPER_BUILD=1062
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=ced1be6344e6b9c30def5ae416a634ebc45a7560c4b6e217c0bfdda955372b68970fb15c0de71944a43b06c615a489dd16bb03471f5d504cc579fa2581663b06
ARG PAPER_SHA512=e8598506cd0d0ce9e0ffdfdca6d21c078a79313c9a8245999a410c73920ee036072142c85f4fd55ff071bc779bd893119e6e53b52510371dff8d744176b81d97
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`, `b1061`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1062`, `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.