Updater bot : photoprism updated to 20220107

This commit is contained in:
alexbelgium
2022-01-07 21:57:37 +01:00
parent 2398967a3d
commit 240b2ae05e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 20220107 (07-01-2022)
- Update to latest version from photoprism/photoprism
## 20211215 (16-12-2021) ## 20211215 (16-12-2021)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism

View File

@@ -15,7 +15,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20211215" ARG BUILD_UPSTREAM="20220107"
FROM photoprism/photoprism:latest FROM photoprism/photoprism:latest
################## ##################

View File

@@ -80,8 +80,8 @@
"CUSTOM_OPTIONS": "str?" "CUSTOM_OPTIONS": "str?"
}, },
"slug": "photoprism", "slug": "photoprism",
"upstream": "20211215", "upstream": "20220107",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20211215-2", "version": "20220107",
"webui": "http://[HOST]:[PORT:2342]" "webui": "http://[HOST]:[PORT:2342]"
} }