diff --git a/Dockerfile b/Dockerfile index ddf639b..98c08bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM java:8-alpine -ARG WATERFALL_BUILD=87 +ARG WATERFALL_BUILD=88 ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar -ARG WATERFALL_SHA512=602f74a74e7660b7037b0431a00505ba2c2e78fbafbaa2cdaf850791806a32f8eb531c2c10b24689d7ffdd0654f6ad6c1310ea1a69fde4befbc3d78ffefd9d4e +ARG WATERFALL_SHA512=58288239480c80d56f81e3788a78cd1a1ef5d8d14aea584fd6536f542bf9e95d6ed53e8021a23e0b22009a6e6760b292ea12f89fd7ddc3630258a0c5ba7b24b8 WORKDIR /data ADD "${WATERFALL_URL}" /srv/waterfall.jar diff --git a/README.md b/README.md index 626e8cb..1ea510a 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`, `b87`: Latest version of Waterfall. +- `latest`, `b88`: Latest version of Waterfall. Previous builds may also be available as tags in the format `b`, for example `b75`.