From d5c0f928d9958c05d947ea170c5a03e9343fb055 Mon Sep 17 00:00:00 2001 From: darkson95 Date: Sat, 12 Aug 2017 18:19:59 +0200 Subject: [PATCH] Update to 6.1.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 657f0a5..3b381be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Cyrille Nofficial -ENV SUBSONIC_VERSION 6.0 +ENV SUBSONIC_VERSION 6.1.1 LABEL version="$SUBSONIC_VERSION" LABEL description="Subsonic media streamer" diff --git a/README.md b/README.md index c5ba1de..a6b9b2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Docker (http://docker.io) image for the Subsonic media streamer. ## Noteworthy -* Subsonic 6.0 (http://www.subsonic.org) +* Subsonic 6.1.1 (http://www.subsonic.org) ## Build your own image