diff --git a/Dockerfile b/Dockerfile index d92b334..e22e125 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN \ # install runtime packages apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/community \ openjdk8-jre-base && \ # install ubooquity diff --git a/README.md b/README.md index 63f06e9..8ec23cc 100644 --- a/README.md +++ b/README.md @@ -98,5 +98,6 @@ Then you can access the webui at `http://:2202/ubooquity/` ## Versions ++ **08.04.17:** Switch to java from 3.5 repo, fixes login crashes. + **06.02.17:** Rebase to alpine 3.5. + **06.12.16:** Initial Release.