diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 8d85a1a92..9d5a55247 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## 220629-jammy (30-06-2022) +- Update to latest version from photoprism/photoprism + ## 220617-jammy (18-06-2022) - Update to latest version from photoprism/photoprism diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index e327264ae..c4965c1ab 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="220617-jammy" +ARG BUILD_UPSTREAM="220629-jammy" FROM photoprism/photoprism:latest ################## diff --git a/photoprism/config.json b/photoprism/config.json index b08c22e38..39f8a3a8f 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -98,5 +98,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "220617-jammy" + "version": "220629-jammy" } diff --git a/photoprism/updater.json b/photoprism/updater.json index 7a112ef32..9a9ce3575 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "18-06-2022", + "last_update": "30-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "220617-jammy" + "upstream_version": "220629-jammy" }