1
0

Update to Subsonic 6.1.1.

This commit is contained in:
2017-06-15 01:32:44 +02:00
parent 76fcb32ddb
commit a9ceea78f7
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM jeanblanchard/tomcat:8
MAINTAINER Markus Birth <markus@birth-online.de>
ENV SUBSONIC_VERSION="6.0" 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.1" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
LABEL version="$SUBSONIC_VERSION"
LABEL description="Subsonic media streamer"