From 7154ce9f5b36c928f5936f724cda1e2952cf84e1 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 26 May 2017 18:31:58 +0100 Subject: [PATCH] bump to alpine 3.6 --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e22e125..45d5003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:3.5 +FROM lsiobase/alpine:3.6 MAINTAINER sparklyballs # set version label diff --git a/README.md b/README.md index 8ec23cc..ea192aa 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Then you can access the webui at `http://:2202/ubooquity/` ## Versions ++ **26.05.17:** Rebase to alpine 3.6. + **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.