Update to Waterfall build 94.

develop b94
Icedream 2017-02-02 12:25:33 +01:00
parent 23883882df
commit 6ed634456e
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=93
ARG WATERFALL_BUILD=94
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
ARG WATERFALL_SHA512=75624371cf65ee68214ce364673fcb4c5c87bedf1ebfd819b951000a3882fe80386a613f082f3f3e2e8c95c6c9a4933dfa9d4f6aa2b33f089ed196efc187f633
ARG WATERFALL_SHA512=65e55354be48c2085c526b53f7a419f17ea4af33690a1d523e3cd51440cbdfc3cf2e6e7be96ef60b80a7dd41cf5029263db7950807dadfb296ca6fb74b0dd61a
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`, `b93`: Latest version of Waterfall.
- `latest`, `b94`: Latest version of Waterfall.
Previous builds may also be available as tags in the format `b<number>`, for
example `b75`.