Updater bot : photoprism updated to 20220121

This commit is contained in:
alexbelgium
2022-09-01 16:08:24 +02:00
parent c617647ab9
commit 8ee11e8912
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 20220121 (01-09-2022)
- Update to latest version from photoprism/photoprism
## 220730-jammy (04-08-2022) ## 220730-jammy (04-08-2022)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="220730-jammy" ARG BUILD_UPSTREAM="20220121"
FROM photoprism/photoprism:latest FROM photoprism/photoprism:latest
################## ##################

View File

@@ -98,5 +98,5 @@
], ],
"slug": "photoprism", "slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "220730-jammy" "version": "20220121"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "04-08-2022", "last_update": "01-09-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "photoprism", "slug": "photoprism",
"source": "dockerhub", "source": "dockerhub",
"upstream_repo": "photoprism/photoprism", "upstream_repo": "photoprism/photoprism",
"upstream_version": "220730-jammy" "upstream_version": "20220121"
} }