diff --git a/subsonic/Dockerfile b/subsonic/Dockerfile index bcfcafd..2bcda53 100755 --- a/subsonic/Dockerfile +++ b/subsonic/Dockerfile @@ -31,9 +31,9 @@ RUN wget "https://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$ dpkg -i /tmp/subsonic.deb && \ rm -rf /tmp/subsonic.deb -RUN wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -O /tmp/ffmpeg-release-64bit-static.tar.xz && \ +RUN wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz -O /tmp/ffmpeg-release-amd64-static.tar.xz && \ mkdir -p /opt/ffmpeg && \ - tar xf /tmp/ffmpeg-release-64bit-static.tar.xz -C /opt/ffmpeg --strip-components=1 + tar xf /tmp/ffmpeg-release-amd64-static.tar.xz -C /opt/ffmpeg --strip-components=1 WORKDIR /opt/app ENV SUBSONIC_CONTEXT_PATH / diff --git a/subsonic/README.md b/subsonic/README.md index 133d239..3cd1cc5 100755 --- a/subsonic/README.md +++ b/subsonic/README.md @@ -1,5 +1,6 @@ # Tags and Dockerfiles -- `6.1.3`, `latest`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.1.3/subsonic/Dockerfile)) +- `6.1.5`, `latest`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.1.5/subsonic/Dockerfile)) +- `6.1.3`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.1.3/subsonic/Dockerfile)) - `6.1.2`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.1.2/subsonic/Dockerfile)) - `6.1.1`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.1.1/subsonic/Dockerfile)) - `6.0.beta2`, ([Dockerfile](https://github.com/danisla/dockerfiles/blob/subsonic-6.0.beta2/subsonic/Dockerfile)) diff --git a/subsonic/docker-compose.yml b/subsonic/docker-compose.yml index a277626..cf902db 100644 --- a/subsonic/docker-compose.yml +++ b/subsonic/docker-compose.yml @@ -5,8 +5,8 @@ services: build: context: ./ args: - SUBSONIC_VERSION: 6.1.3 - image: danisla/subsonic:6.1.3 + SUBSONIC_VERSION: 6.1.5 + image: danisla/subsonic:6.1.5 restart: always volumes: - /store/subsonic-state:/opt/app/state:rw