'update files with ansible'
This commit is contained in:
parent
75550b140b
commit
09014bbbe9
@ -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" ]
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user