Merge pull request #10 from linuxserver/24.2

bump to 24.2
This commit is contained in:
Neil 2017-01-10 14:56:53 +00:00 committed by GitHub
commit bc7ddfe8a3
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ARG DAAPD_VER="24.1"
ARG DAAPD_VER="24.2"
# install runtime packages
RUN \

View File

@ -77,6 +77,7 @@ For further setup options of remotes etc, check out the daapd website, [Forked-d
## Versions
+ **10.01.17:** Bump to 24.2.
+ **14.10.16:** Add version layer information.
+ **17.09.16:** Rebase to alpine linux, remove redundant spotify support, move to main repository
+ **28.02.16:** Add chromecast support, bump dependency versions.