Update to Paper build 1050.

master b1050
Icedream 2017-02-07 10:07:46 +01:00
parent c8d52ea0b6
commit dc9f26edd2
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=1049
ARG PAPER_BUILD=1050
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
ARG PAPER_SHA512=09573f21b6ce979d94396e69f890bace955bc1c8e2c2638adf1d30976ed17335bb8010f53d5e95ab136bd08264905d9773d9de9a79c5a3aa11cbb3afd12b968a
ARG PAPER_SHA512=e4b80dac0998d2213d35e52b973f562f8666b757c52d90fd0febda09a48d2435cc4ad9d143208af3d6262e3420e55c29397c30240da296bec0fc57b1dccdcc6f
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`, `b1049`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
- `latest`, `b1050`, `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.