Skip to content

Commit db94d98

Browse files
committed
update to 7.9.2
1 parent f3da637 commit db94d98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
echo "**** Install latest Logitech Media Server package ****" && \
4545
os=$(dpkg --print-architecture) && \
4646
if [ "$os" = "armhf" ]; then os=arm; fi &&\
47-
url="http://www.mysqueezebox.com/update/?version=7.9.1&revision=1&geturl=1&os=deb$os" && \
47+
url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os" && \
4848
latest_lms=$(wget -q -O - "$url") && \
4949
mkdir -p /sources && \
5050
cd /sources && \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# [Docker Container for Logitech Media Server][hub]
88

9-
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server 7.9.1 build. [Nightly][appurl]
9+
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server 7.9.2 build. [Nightly][appurl]
1010

1111
Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices), developed in particular to support their Squeezebox range of digital audio receivers. [Wikipedia][lms_wikipedia] / [Official Squeezebox site][wiki]
1212

@@ -65,5 +65,6 @@ Click on the upgrade link which will take you to the LMS updates page. Alternati
6565
To follow the instruction of the information page, you will need to open a terminal session on your running docker container: `docker exec -it lms /bin/bash`. When all steps have been followed you will need to stop and restart the container.
6666

6767
## Versions
68+
+ **V0.3** Updated with 7.9.2-1545144292
6869
+ **V0.2** Updated with 7.9.1-1517314665
6970
+ **V0.1** Initial Release 7.9.1-1516947667

0 commit comments

Comments
 (0)