'update files with ansible'

This commit is contained in:
jonny 2022-01-31 06:19:45 +00:00
parent 75550b140b
commit 09014bbbe9
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image # 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" LABEL maintainer="Jonathan Ervine docker@ervine.org"
@ -26,4 +26,4 @@ USER radarr
WORKDIR /Radarr WORKDIR /Radarr
CMD [ "/Radarr/Radarr", "--nobrowser", "--data=//config" ] CMD [ "/Radarr/Radarr", "--nobrowser", "--data=/config" ]

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.