Update to Paper build 1060.

master b1060
Icedream 2017-02-27 09:08:49 +01:00
parent e094b64a6a
commit 0e244e9c60
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=1059
ARG PAPER_BUILD=1060
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=6b6e4aba1f673415b8954964ad112d70ea3374addcbb2c8018088f82f4d1d051c85a083120d6764e880a2a64fa5e77c6c65abce46684def0619e062654770b24
ARG PAPER_SHA512=a03b273d64972a1c444e24409a00f9d04c832d77bcd9c4b1e32f7fb39332cb5ce75b60383bfddb610d46753e0a9cdc3a5e1f183548c34980d1841238a01cb9c4
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`, `b1059`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1060`, `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.