Update to Waterfall build 76.

develop b76
Icedream 2017-02-02 12:24:51 +01:00
parent b33feb64ee
commit 6a35c2d27e
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM java:8-alpine
ARG WATERFALL_BUILD=75
ARG WATERFALL_BUILD=76
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
ARG WATERFALL_SHA512=f69a1bd233fe933b5241cd65efb6f8500436303ed0ceaff227ca9b7bd81413c68732661fffbf8d31980f52fb1a46118bb6687f102c962bc2db724b9aaf303b82
ARG WATERFALL_SHA512=032608e32b41d834c3daeb5d3276bff256daa255f55a708bac35e2d7974f3c9daac7c4c74140c151bbdcc7e0e65a7750d86ecae7524aec52763d07eb55660e9c
WORKDIR /data
ADD "${WATERFALL_URL}" /srv/waterfall.jar

View File

@ -6,7 +6,7 @@ This image includes the [Jenkins build of Waterfall](), "a drag and drop replace
All available tags are always listed [in Docker Hub](https://hub.docker.com/r/icedream/waterfall/tags), the list below explains the maintained tags:
- `latest`, `b75`: Latest version of Waterfall.
- `latest`, `b76`: Latest version of Waterfall.
Previous builds may also be available as tags in the format `b<number>`, for
example `b75`.