Update to 3.0.2.4552

This commit is contained in:
alexbelgium
2021-04-10 21:36:00 +02:00
parent 71cc3715f1
commit 96256bc337
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
## 3.0.2.4552
- Update to latest version from linuxserver/docker-radarr
- Enables PUID/GUID options

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.0.2.4552-ls98"
ARG BUILD_UPSTREAM="3.0.2.4552"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{
"name": "Radarr NAS",
"version": "3.0.2.4552-ls98",
"upstream": "3.0.2.4552-ls98",
"version": "3.0.2.4552",
"upstream": "3.0.2.4552",
"slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons",