Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2021-12-29 21:23:48 +01:00
parent dd4291e54f
commit 746d788889

View File

@@ -67,6 +67,7 @@ This image provides various versions that are available via tags. `latest` tag u
| latest | Stable Radarr releases |
| develop | Radarr releases from their develop branch |
| nightly | Radarr releases from their nightly branch |
| nightly-alpine | Radarr releases from their nightly branch using our Alpine baseimage |
## Application Setup
@@ -245,6 +246,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **27.12.21:** - Add nightly-alpine branch.
* **17.10.21:** - Remove `UMASK_SET`.
* **08.05.21:** - Make the paths clearer to the user
* **17.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.