diff --git a/Dockerfile b/Dockerfile index 01189fd..aa6122c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM jeanblanchard/tomcat:9 +FROM jeanblanchard/tomcat:8 -ENV AIRSONIC_VERSION="10.1.2" LC_ALL="C.UTF-8" LANG="C.UTF-8" LANGUAGE="C.UTF-8" TZ="Europe/Berlin" MAX_MEM="256" +ENV AIRSONIC_VERSION="10.5.0" LC_ALL="C.UTF-8" LANG="C.UTF-8" LANGUAGE="C.UTF-8" TZ="Europe/Berlin" MAX_MEM="256" LABEL maintainer="Markus Birth " LABEL version="$AIRSONIC_VERSION" diff --git a/README.md b/README.md index bb7be32..7fd2911 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains configuration files for building a Noteworthy ---------- -* [Airsonic 10.1.2](https://airsonic.github.io/) +* [Airsonic 10.5.0](https://airsonic.github.io/) * based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic) * uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux * compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB