From 75a0b30ccdeb7cbb9349a5d17ce557374246dccf Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 27 Jun 2021 14:30:07 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 6 +++--- chart/sonarr/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a683e9..714b31a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,10 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie rm -rf /tmp/src && \ rm -rf /var/cache/apk/* -RUN curl -sLo sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \ +RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1265/Sonarr.main.3.0.6.1265.linux.tar.gz && \ sleep 30 && \ - unzip sonarr.zip && \ - rm -rf sonarr.zip && \ + tar zxvf sonarr.tar.gz && \ + rm -rf sonarr.tar.gz && \ addgroup -g 1027 sonarr && \ adduser -D -u 1027 -G sonarr -H sonarr && \ chown -R sonarr:sonarr /Sonarr diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 1168df5..edcdee4 100644 --- a/chart/sonarr/Chart.yaml +++ b/chart/sonarr/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.