diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 3c8aee369..e208b1c40 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 220524-bookworm (26-05-2022) +- Update to latest version from photoprism/photoprism - Feat: ingress implementation. Bug : don't click on refresh (click cancel) ## 220517-jammy (19-05-2022) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 58dbdccf3..823167a6d 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="220517-jammy" +ARG BUILD_UPSTREAM="220524-bookworm" FROM photoprism/photoprism:latest ################## diff --git a/photoprism/config.json b/photoprism/config.json index bb60f49aa..6522184d6 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -96,5 +96,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "220517-5_ingress" + "version": "220524-bookworm" } diff --git a/photoprism/updater.json b/photoprism/updater.json index 1b40ff23e..d37ca0903 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "19-05-2022", + "last_update": "26-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "220517-jammy" + "upstream_version": "220524-bookworm" }