From f36430047d8cbe7cf9d45c6d5b28412f1331c574 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 19 Dec 2021 14:52:17 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- chart/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d12ba95..df04265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \ apk del make gcc g++ && \ - cert-sync /etc/ssl/certs/ca-certificates.crt + cert-sync /etc/ssl/certs/ca-certificates.crt && \ rm -rf /tmp/src && \ rm -rf /var/cache/apk/* diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 74a8849..c0f4fcd 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.2.7 +version: 0.2.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.