Update to 20211215

This commit is contained in:
alexbelgium
2021-12-16 01:58:43 +01:00
parent 328d534aa7
commit 5401a1c63b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 20211215 (16-12-2021)
- Update to latest version from photoprism/photoprism
## 20211210 (12-12-2021)
- Update to latest version from photoprism/photoprism
- New standardized logic for Dockerfile build and packages installation

View File

@@ -15,7 +15,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20211210"
ARG BUILD_UPSTREAM="20211215"
FROM photoprism/photoprism:20211203
##################

View File

@@ -78,8 +78,8 @@
"CUSTOM_OPTIONS": "str?"
},
"slug": "photoprism",
"upstream": "20211210",
"upstream": "20211215",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20211210",
"version": "20211215",
"webui": "http://[HOST]:[PORT:2342]"
}