Update to Waterfall build 97.

develop b97
Icedream 2017-02-02 12:25:39 +01:00
parent e01d86d97e
commit 4bd74f3e77
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=96
ARG WATERFALL_BUILD=97
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
ARG WATERFALL_SHA512=a4fbe8c9941588936f7801686da76560308d87f2b0b2aeecb8b46173ac22dc8ca726ba9d4f4618fe3fa3d09cffcc7058354027e9333b55db3ad0910d34c2a498
ARG WATERFALL_SHA512=2688d0ca5dc111123703d437e623c0710aad55c93cb653f019ff77ec2c1f88fbdfd9699eecba53216935a7999beb2a5e660a2af01bfc6547fb5315fc56d33c0e
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`, `b96`: Latest version of Waterfall.
- `latest`, `b97`: Latest version of Waterfall.
Previous builds may also be available as tags in the format `b<number>`, for
example `b75`.