Update to Paper build 1079.

master b1079
Icedream 2017-04-09 23:13:48 +02:00
parent 46b442fc0c
commit 577ca3e413
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=1078
ARG PAPER_BUILD=1079
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=43411468b527b32cea454a77cb7e9a7491a6fe32f8b363d9ebef46b77daf8a142eeec348d7d4a626c023e5c9ba7b2023c6a7bb656c83de7adcc5f20be7391a6f
ARG PAPER_SHA512=90a462529051a57df957ab65e19708e30aeb80b9d6a311d964e4a73ed3621ee667aff10c1b9673369e5cfb0e85728bd256606f47481b86f699d93b04c3a8b3bd
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`, `b1078`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1079`, `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.