From 23883882dfdcf6cf6f9e0e030cc888ef7bfa5675 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 2 Feb 2017 12:25:31 +0100 Subject: [PATCH] Update to Waterfall build 93. --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd18c0a..4ab49f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=92 +ARG WATERFALL_BUILD=93 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=46568bfce075ba3c310c2c1cc1cef3bd99d912e115b5d14aa075ba80ec21c62242fb2ca3f845bc55a2212e0302a82c3fd4a49a4b030f925d95516a0297c8b35e +ARG WATERFALL_SHA512=75624371cf65ee68214ce364673fcb4c5c87bedf1ebfd819b951000a3882fe80386a613f082f3f3e2e8c95c6c9a4933dfa9d4f6aa2b33f089ed196efc187f633 WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index 5127578..cd0f8d1 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`, `b92`: Latest version of Waterfall. +- `latest`, `b93`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.