From cda823f14a2c9f4817900f5e2f37def937153901 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 2 Feb 2017 12:25:27 +0100 Subject: [PATCH] Update to Waterfall build 91. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a00e5e..966fe94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=90 +ARG WATERFALL_BUILD=91 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=8d13ef52926cdc2e5b8154f48bdd03f18bcfc18c117fc5cdecf73014b5944e6f8c8f1cb6a5ae553e91fb2851a9efd13c79657d47d429804ede765c552892d764 +ARG WATERFALL_SHA512=ba4ec3d44bda97997dfe79ca56d786580d23e137cb0349c56c9f6d7c9770cc77d8176865cca56bb2f8ccfaf4cef0931d09f4b9f5fcc3d23c4b131eb5c660a794 WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index e1febba..6b775d9 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`, `b90`: Latest version of Waterfall. +- `latest`, `b91`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.