diff --git a/Dockerfile b/Dockerfile index 6d3b791..c101e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.14.0 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.0 LABEL maintainer="Jonathan Ervine docker@ervine.org" @@ -26,4 +26,4 @@ USER radarr WORKDIR /Radarr -CMD [ "/Radarr/Radarr", "--nobrowser", "--data=//config" ] +CMD [ "/Radarr/Radarr", "--nobrowser", "--data=/config" ] diff --git a/chart/radarr/Chart.yaml b/chart/radarr/Chart.yaml index 9651814..c58b694 100644 --- a/chart/radarr/Chart.yaml +++ b/chart/radarr/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.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.