diff --git a/Dockerfile b/Dockerfile index b279c0b..d038f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.4 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.16.2 LABEL maintainer="Jonathan Ervine docker@ervine.org" @@ -12,6 +12,7 @@ ENV LANG='en_US.UTF-8' \ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk -U update && \ + 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 && \ diff --git a/chart/sonarr/Chart.yaml b/chart/sonarr/Chart.yaml index 5b7de37..3fe2c27 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.4.4 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.