diff --git a/Dockerfile b/Dockerfile index b48c822..04b249f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=94 +ARG WATERFALL_BUILD=95 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=65e55354be48c2085c526b53f7a419f17ea4af33690a1d523e3cd51440cbdfc3cf2e6e7be96ef60b80a7dd41cf5029263db7950807dadfb296ca6fb74b0dd61a +ARG WATERFALL_SHA512=b666c638ef606d0270d3883ffc2fbae7dc18d467c24c29ace41e9f322389814817ae40497d28386f952b2a5712a962c058b2ed57e6df9c8e9b9077660e03700a WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index da7be75..3a4475e 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`, `b94`: Latest version of Waterfall. +- `latest`, `b95`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.