Update to Paper build 1059.

master b1059
Icedream 2017-02-21 00:57:35 +01:00
parent cf24d023f5
commit e094b64a6a
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=1058
ARG PAPER_BUILD=1059
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=a287c7c09319c24b01d06fd04c9d03f9a7eb9a51fba1674c60f2219ad62e1e08f922144dda833978fb7ffda739d5ec16f590fdc71b89cb1e8b00f8afbe2947a4
ARG PAPER_SHA512=6b6e4aba1f673415b8954964ad112d70ea3374addcbb2c8018088f82f4d1d051c85a083120d6764e880a2a64fa5e77c6c65abce46684def0619e062654770b24
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`, `b1058`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1059`, `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.