From bea16108bd2fa8465a80096dd8e9a1b5764fb6ef Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 2 Feb 2017 12:24:59 +0100 Subject: [PATCH] Update to Waterfall build 79. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e6ae6e..134723e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=78 +ARG WATERFALL_BUILD=79 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=71afe9d8090949cf10490fcef6e8b12b58f0cf748a0a24a5e3e26c73e99d9a93c16b94853e9873fed40568a0dab5a68b5614221956eeb238e7487e1c74444082 +ARG WATERFALL_SHA512=81e64c7c8ce0ebdac3607dc97ed5f6664291b26baa08501ab9a55894ab20b84dcadc017a62c94c376bddea4f2862448b6805b5ef3c1568899ba0cc1622e14913 WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index 1a1a66f..5213a54 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`, `b78`: Latest version of Waterfall. +- `latest`, `b79`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.