From a07d58736c500363580b3bc43efede85de98e294 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 2 Feb 2017 12:25:15 +0100 Subject: [PATCH] Update to Waterfall build 86. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c478ffc..4dc2aff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=85 +ARG WATERFALL_BUILD=86 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=31460683ff251820b38d0a702187523dd6ec22beb246c128849ecc51bc6f6bb9e1d88fbc240cd282f11545e7a815c30a8fcb11242136206e70283d937a0fc310 +ARG WATERFALL_SHA512=7953ac35921a30587c3aab0b59980a80a412671602bb844f280670f23e00faa8d672df8d2e0add86c794e48c5785e0e9181cb3a63aff47b573052c26bc5942b9 WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index c073196..55b452c 100644 --- a/README.md +++ b/README.md @@ -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`, `b85`: Latest version of Waterfall. +- `latest`, `b86`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.