Updater bot : photoprism updated to ubuntu

This commit is contained in:
alexbelgium
2023-06-10 02:00:38 +02:00
parent defaba15df
commit 5282ddaec3
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## ubuntu (10-06-2023)
- Update to latest version from photoprism/photoprism
- Feat : cifsdomain added
### preview-9 (07-05-2023)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220121"
ARG BUILD_UPSTREAM="ubuntu"
FROM photoprism/photoprism:preview
##################

View File

@@ -119,6 +119,6 @@
],
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "preview-9",
"version": "ubuntu",
"video": true
}

View File

@@ -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"
}