Update to 4.0.1430

This commit is contained in:
alexbelgium
2021-07-25 09:54:44 +02:00
parent b6d441b613
commit 9a19c5b76f
3 changed files with 7 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 4.0.1430 (25-07-2021)
- Update to latest version from linuxserver/docker-ombi
- Initial release - Initial release

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="v4.0.1430-ls97" ARG BUILD_UPSTREAM="4.0.1430"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}
RUN \ RUN \

View File

@@ -1,7 +1,7 @@
{ {
"name": "Ombi", "name": "Ombi",
"version": "v4.0.1430-ls97", "version": "4.0.1430",
"upstream": "v4.0.1430-ls97", "upstream": "4.0.1430",
"slug": "ombi", "slug": "ombi",
"description": "Self-hosted Plex Request and user management system", "description": "Self-hosted Plex Request and user management system",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
@@ -15,8 +15,7 @@
"map": [ "map": [
"config:rw" "config:rw"
], ],
"environment": { "environment": {},
},
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0