Update to 3.1.1.4954

This commit is contained in:
alexbelgium
2021-05-05 01:57:45 +02:00
parent 3f65aa95a3
commit e952501425
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.1.1.4954 (05-05-2021)
- Update to latest version from linuxserver/docker-radarr
## 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"
ARG BUILD_UPSTREAM="3.1.1.4954"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

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