Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
e582b3bde4 | |
|
8be06c90e4 |
|
@ -1,7 +1,7 @@
|
|||
FROM openjdk:8-jre-alpine
|
||||
|
||||
ARG WATERFALL_GIT_URL=https://github.com/WaterfallMC/Waterfall.git
|
||||
ARG WATERFALL_VERSION=1073945fbabf2a0dc088c22f372a011d9380673e
|
||||
ARG WATERFALL_VERSION=8ff8de0fbdbf14d0b3e842780738f6d0b204d07a
|
||||
|
||||
ARG MAVEN_VERSION=3.3.9
|
||||
|
||||
|
|
|
@ -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`, `b101`: Latest version of Waterfall.
|
||||
- `latest`, `b103`: Latest version of Waterfall.
|
||||
|
||||
Previous builds may also be available as tags in the format `b<number>`, for
|
||||
example `b75`.
|
||||
|
|
Loading…
Reference in New Issue