From a6c6417005e9a2e5d7199f02a4a8b0c670ff6d15 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 8 Apr 2017 11:39:53 +0100 Subject: [PATCH] switch to java from 3.5 repo, fixes login crashes --- Dockerfile | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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.