Update to 1.7.24

This commit is contained in:
alexbelgium
2021-10-28 01:57:15 +02:00
parent 749c72f95f
commit c19b23c254
2 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.7.24 (28-10-2021)
- Update to latest version from linuxserver/docker-grav
## 1.7.23 (14-10-2021)
- Update to latest version from linuxserver/docker-grav
- Initial release (nightly builds)

View File

@@ -1,10 +1,19 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Fast, Simple, and Flexible, file-based Web-platform",
"devices": [],
"environment": {},
"map": ["share:rw", "media:rw", "config:rw"],
"map": [
"share:rw",
"media:rw",
"config:rw"
],
"name": "Grav web server",
"options": {
"PUID": 1000,
@@ -23,8 +32,8 @@
"TZ": "str?"
},
"slug": "grav",
"upstream": "1.7.23",
"upstream": "1.7.24",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.23",
"version": "1.7.24",
"webui": "http://[HOST]:[PORT:80]"
}