From 79c099482b55e05a29f971f95941cd0883ff616d Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 9 Nov 2017 12:40:51 +0100 Subject: [PATCH] Update to 6.1.3. --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 455f3ea..1459127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM jeanblanchard/tomcat:8 -ENV SUBSONIC_VERSION="6.1.2" 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.3" 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 b72674d..d6feec4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains configuration files for building a Noteworthy ---------- -* [Subsonic 6.1.2](http://www.subsonic.org/) +* [Subsonic 6.1.3](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