Compare commits

...

2 Commits

Author SHA1 Message Date
bd54245a51 update subsonic version to 6.0
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-15 14:45:34 +01:00
e96b9bce3e add latest tag to .drone.yml 2019-03-15 14:45:07 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ steps:
- name: write_tags - name: write_tags
image: busybox image: busybox
commands: commands:
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags - echo latest > .tags
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 >> .tags
- name: build_and_deploy_samservices - name: build_and_deploy_samservices
image: plugins/docker image: plugins/docker

View File

@@ -3,7 +3,7 @@ MAINTAINER Samuel Warkentin <sam@sam-services.de>
RUN apk --update add openjdk8-jre ffmpeg supervisor RUN apk --update add openjdk8-jre ffmpeg supervisor
ENV VERSION=5.3 ENV VERSION=6.0
RUN wget http://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$VERSION-standalone.tar.gz -O subsonic.tar.gz RUN wget http://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$VERSION-standalone.tar.gz -O subsonic.tar.gz
RUN tar xvfz subsonic.tar.gz && rm -f subsonic.tar.gz RUN tar xvfz subsonic.tar.gz && rm -f subsonic.tar.gz