diff --git a/ombi/CHANGELOG.md b/ombi/CHANGELOG.md index 66f7e8b76..72000aece 100644 --- a/ombi/CHANGELOG.md +++ b/ombi/CHANGELOG.md @@ -1 +1,4 @@ + +## 4.0.1430 (25-07-2021) +- Update to latest version from linuxserver/docker-ombi - Initial release diff --git a/ombi/Dockerfile b/ombi/Dockerfile index a616db662..5c3a393b8 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="v4.0.1430-ls97" +ARG BUILD_UPSTREAM="4.0.1430" FROM ${BUILD_FROM}${BUILD_UPSTREAM} RUN \ diff --git a/ombi/config.json b/ombi/config.json index ceaf59343..d348b4891 100644 --- a/ombi/config.json +++ b/ombi/config.json @@ -1,7 +1,7 @@ { "name": "Ombi", - "version": "v4.0.1430-ls97", - "upstream": "v4.0.1430-ls97", + "version": "4.0.1430", + "upstream": "4.0.1430", "slug": "ombi", "description": "Self-hosted Plex Request and user management system", "url": "https://github.com/alexbelgium/hassio-addons", @@ -15,8 +15,7 @@ "map": [ "config:rw" ], - "environment": { - }, + "environment": {}, "options": { "PUID": 0, "PGID": 0