From e8bcf325c17260c4de883aeda757bed79863305e Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 25 May 2017 08:26:19 +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 4800374..9b16903 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine.python:3.5 +FROM lsiobase/alpine.python:3.6 MAINTAINER sparklyballs # set version label diff --git a/README.md b/README.md index db7ee97..1e541cb 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Smartmontools has not been included, you can safely ignore the warning error in ## Versions ++ **25.05.17:** Rebase to alpine 3.6. + **07.02.17:** Rebase to alpine 3.5. + **14.10.16:** Add version layer information. + **26.09.16:** Add back cherrypy after removal from baseimage.