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.