From 240b2ae05ea87db4d5e29c3399b6c54df4936177 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 7 Jan 2022 21:57:37 +0100 Subject: [PATCH] Updater bot : photoprism updated to 20220107 --- photoprism/CHANGELOG.md | 3 +++ photoprism/Dockerfile | 2 +- photoprism/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 3b8073e8e..ea34b6562 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20220107 (07-01-2022) +- Update to latest version from photoprism/photoprism + ## 20211215 (16-12-2021) - Update to latest version from photoprism/photoprism diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index a7ac8a4ef..dde82fa70 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -15,7 +15,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20211215" +ARG BUILD_UPSTREAM="20220107" FROM photoprism/photoprism:latest ################## diff --git a/photoprism/config.json b/photoprism/config.json index 168e5fe40..1229b799d 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -80,8 +80,8 @@ "CUSTOM_OPTIONS": "str?" }, "slug": "photoprism", - "upstream": "20211215", + "upstream": "20220107", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "20211215-2", + "version": "20220107", "webui": "http://[HOST]:[PORT:2342]" }