Updater bot : photoprism updated to 220524-bookworm

This commit is contained in:
alexbelgium
2022-05-26 01:57:50 +02:00
parent 1e60ed9db3
commit 9b8fa8c72c
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 220524-bookworm (26-05-2022)
- Update to latest version from photoprism/photoprism
- Feat: ingress implementation. Bug : don't click on refresh (click cancel)
## 220517-jammy (19-05-2022)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="220517-jammy"
ARG BUILD_UPSTREAM="220524-bookworm"
FROM photoprism/photoprism:latest
##################

View File

@@ -96,5 +96,5 @@
],
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "220517-5_ingress"
"version": "220524-bookworm"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "19-05-2022",
"last_update": "26-05-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "photoprism",
"source": "dockerhub",
"upstream_repo": "photoprism/photoprism",
"upstream_version": "220517-jammy"
"upstream_version": "220524-bookworm"
}