From 5401a1c63b18d0843f65228f80e7556367ff245a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 16 Dec 2021 01:58:43 +0100 Subject: [PATCH] Update to 20211215 --- 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 ff6989aff..3b8073e8e 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20211215 (16-12-2021) +- Update to latest version from photoprism/photoprism + ## 20211210 (12-12-2021) - Update to latest version from photoprism/photoprism - New standardized logic for Dockerfile build and packages installation diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index ca5fd8b05..5bc009a28 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -15,7 +15,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20211210" +ARG BUILD_UPSTREAM="20211215" FROM photoprism/photoprism:20211203 ################## diff --git a/photoprism/config.json b/photoprism/config.json index 40a394d40..71d3fd67d 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -78,8 +78,8 @@ "CUSTOM_OPTIONS": "str?" }, "slug": "photoprism", - "upstream": "20211210", + "upstream": "20211215", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "20211210", + "version": "20211215", "webui": "http://[HOST]:[PORT:2342]" }