diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 844e71fb3..6444a51c9 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## ubuntu-2025-07-07 (2025-07-07) +- Update to latest version from photoprism/photoprism + ## ubuntu-2025-04-26 (2025-04-26) - Update to latest version from photoprism/photoprism diff --git a/photoprism/config.json b/photoprism/config.json index ea622f37a..b885cf16b 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -136,6 +136,6 @@ "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ubuntu-2025-04-26", + "version": "ubuntu-2025-07-07", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index f2172e5f4..7ac37a3da 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2025-04-26", + "last_update": "2025-07-07", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2025-04-26" + "upstream_version": "ubuntu-2025-07-07" }