From e89555035a5327ca90dfebd6a14962a68d80f0bc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Jun 2022 01:57:44 +0200 Subject: [PATCH] Updater bot : photoprism updated to 220617-jammy --- photoprism/CHANGELOG.md | 3 +++ photoprism/Dockerfile | 2 +- photoprism/config.json | 2 +- photoprism/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index abbae67be..8d85a1a92 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## 220617-jammy (18-06-2022) +- Update to latest version from photoprism/photoprism + ## 220614-jammy (16-06-2022) - Update to latest version from photoprism/photoprism diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 191d93b0d..202ee4ff6 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="220614-jammy" +ARG BUILD_UPSTREAM="220617-jammy" FROM photoprism/photoprism:latest ################## diff --git a/photoprism/config.json b/photoprism/config.json index ea67a7531..0bf0ab257 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -96,5 +96,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "220614-jammy" + "version": "220617-jammy" } diff --git a/photoprism/updater.json b/photoprism/updater.json index 4ad189286..7a112ef32 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "16-06-2022", + "last_update": "18-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "220614-jammy" + "upstream_version": "220617-jammy" }