From 7ddb1b1784bd47f1f288d1f76332a51dd9e13641 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 2 Feb 2017 12:25:08 +0100 Subject: [PATCH] Update to Waterfall build 83. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6fa103..1d7fe39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=82 +ARG WATERFALL_BUILD=83 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=0b448be45b8e0ad204a9212b173ac0fd9b4c216f6745a5ff3425378d40b9e9e44be9abf98f9b8b89e9b7992b62158bd0cd0684ca98fc83f792c40eaae5984b4a +ARG WATERFALL_SHA512=b7486a6020bc3a7d89b024512642c23359e21f2ea39f2f899ebf832792fa5bbe78c752ee010c07d3aacf4f0a64c811d6a6cd769d689efdc2cbbb2851febe27ed WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index a8a0676..3ed6986 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`, `b82`: Latest version of Waterfall. +- `latest`, `b83`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.