diff --git a/Dockerfile b/Dockerfile index 36418ca..d1f98b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 67f8e79..7726bef 100644 --- a/README.md +++ b/README.md @@ -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.