Updater bot : grav updated to 1.7.28

This commit is contained in:
alexbelgium
2022-01-25 01:56:27 +01:00
parent d59c52e75d
commit 4dd0e8dd1f
2 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.7.28 (25-01-2022)
- Update to latest version from linuxserver/docker-grav
## 1.7.27.1 (15-01-2022)
- Update to latest version from linuxserver/docker-grav

View File

@@ -1,10 +1,18 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"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 +31,8 @@
"TZ": "str?"
},
"slug": "grav",
"upstream": "1.7.27.1",
"upstream": "1.7.28",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.27.1",
"version": "1.7.28",
"webui": "http://[HOST]:[PORT:80]"
}