From 5282ddaec33ab92f326dcd08bf18895de57e27c8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 10 Jun 2023 02:00:38 +0200 Subject: [PATCH] Updater bot : photoprism updated to ubuntu --- 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 54fc180e4..441e17c08 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,3 +1,6 @@ + +## ubuntu (10-06-2023) +- Update to latest version from photoprism/photoprism - Feat : cifsdomain added ### preview-9 (07-05-2023) diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 76871513e..dea98669a 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="20220121" +ARG BUILD_UPSTREAM="ubuntu" FROM photoprism/photoprism:preview ################## diff --git a/photoprism/config.json b/photoprism/config.json index 17bec3013..6d66f8453 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -119,6 +119,6 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "preview-9", + "version": "ubuntu", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index 69f9bacbc..8d291265a 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "10-12-2022", + "last_update": "10-06-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "20220121" + "upstream_version": "ubuntu" }