Update to Paper build 1055.

master b1055
Icedream 2017-02-09 14:02:58 +01:00
parent 8e4970d0ea
commit 628932cd33
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=1054
ARG PAPER_BUILD=1055
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=6b967248ff2838077dfc3c7442f15186f15fa1b8e503cf576a41c7d455341dc3c68ec868907bac795f327db9d5682a2c31040d577ca5867f2db54804e832fe1f
ARG PAPER_SHA512=ad9912700b3696ac07c04d972c97eb13a2882859da4fa7795a2be24bfb6ccb71a922f6f505e55bff6946d3912a34b172d113f7b87632b0d1bb0e7c1a41ed6c22
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`, `b1054`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1055`, `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.