Updater bot : photoprism updated to 220528-jammy

This commit is contained in:
alexbelgium
2022-05-31 01:57:53 +02:00
parent 1eefa1bedc
commit 64e5ca6972
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 220528-jammy (31-05-2022)
- Update to latest version from photoprism/photoprism
## 220524-bookworm (26-05-2022) ## 220524-bookworm (26-05-2022)
- Update to latest version from photoprism/photoprism - Update to latest version from photoprism/photoprism
- Feat: ingress implementation - Feat: ingress implementation

View File

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

View File

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

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "26-05-2022", "last_update": "31-05-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": "220524-bookworm" "upstream_version": "220528-jammy"
} }