Updater bot : photoprism updated to 20220121

This commit is contained in:
alexbelgium
2022-12-10 13:57:07 +01:00
parent 5ad6ff6210
commit 5832fc1d27
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 20220121 (10-12-2022)
- Update to latest version from photoprism/photoprism
- BREAKING CHANGE : url for direct access to be updated, check logs for url to use - BREAKING CHANGE : url for direct access to be updated, check logs for url to use
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="221105-jammy" ARG BUILD_UPSTREAM="20220121"
FROM photoprism/photoprism:$BUILD_UPSTREAM FROM photoprism/photoprism:$BUILD_UPSTREAM
################## ##################

View File

@@ -101,5 +101,5 @@
], ],
"slug": "photoprism", "slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "221105-jammy" "version": "20220121"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "01-09-2022", "last_update": "10-12-2022",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "photoprism", "slug": "photoprism",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "photoprism/photoprism", "upstream_repo": "photoprism/photoprism",
"upstream_version": "221105-jammy" "upstream_version": "20220121"
} }