From 2d92fabc7b104fea04fd66b1a32726012cb6a4e1 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 23 Nov 2018 19:20:14 +0100 Subject: [PATCH] Update to Subsonic 6.1.4. --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1459127..af858a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jeanblanchard/tomcat:8 -ENV SUBSONIC_VERSION="6.1.3" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256" +ENV SUBSONIC_VERSION="6.1.4" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256" LABEL maintainer="Markus Birth " LABEL version="$SUBSONIC_VERSION" diff --git a/README.md b/README.md index d6feec4..55e990f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This repository contains configuration files for building a Noteworthy ---------- -* [Subsonic 6.1.3](http://www.subsonic.org/) +* [Subsonic 6.1.4](http://www.subsonic.org/) * based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic) * uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux -* compiles to a 262 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB +* compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB Volumes