Update to Paper build 1074.

master b1074
Icedream 2017-03-27 09:36:42 +02:00
parent 328b3661b7
commit 5aaf94aff9
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=1073
ARG PAPER_BUILD=1074
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=bba2525a6d4c7b66d90dd2a422c5e3bf5d9da3198a7b3eaab9bb91f1076b3eafb36cf318b56df61a7770693205f95868a31a5f649b98d17d0c8eb59e7fa79f19
ARG PAPER_SHA512=ef33a5a1cc5a57f7b175ef81446d3a756da84be7b3acf6469c799fd1f9f1b5a9771db1869147fe2cda1bbf985fb38c20526f31deda757781799bcfbd9ab5ce3d
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`, `b1073`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1074`, `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.