diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 104854b70..250b32a3e 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -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 - WARNING : update to supervisor 2022.11 before installing diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 22d64483d..72c8bb90c 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="221105-jammy" +ARG BUILD_UPSTREAM="20220121" FROM photoprism/photoprism:$BUILD_UPSTREAM ################## diff --git a/photoprism/config.json b/photoprism/config.json index 5fe820a91..615b0803e 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -101,5 +101,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "221105-jammy" + "version": "20220121" } diff --git a/photoprism/updater.json b/photoprism/updater.json index a14e74466..69f9bacbc 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "01-09-2022", + "last_update": "10-12-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "221105-jammy" + "upstream_version": "20220121" }