From 5ec284af845bf019def9c4d68e98fe1709e0e65e Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 19 Dec 2021 08:49:24 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 1 + chart/sonarr/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99b41e2..d12ba95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +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 rm -rf /tmp/src && \ rm -rf /var/cache/apk/* diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index d2826c4..cb00f84 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.3 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.