From a60b271193b0bb370e4417cd7e9c2406d54c460d Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Sun, 20 Aug 2017 17:16:56 +0200 Subject: [PATCH] Upgrade version to 6.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16428a0..362e8e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 LABEL MAINTAINER Cyrille Nofficial -ENV SUBSONIC_VERSION 6.0 +ENV SUBSONIC_VERSION 6.1.1 LABEL version="$SUBSONIC_VERSION" LABEL description="Subsonic media streamer"