Update all Alpine Scripts to atleast 1GB HDD (#5418)

* Update alpine-it-tools.sh

* Update alpine-zigbee2mqtt.sh

* Update jsons

---------

Co-authored-by: tremor021 <arezina.slavisa@gmail.com>
This commit is contained in:
Michel Roegl-Brunner
2025-06-24 11:58:42 +02:00
committed by GitHub
parent d73bc95d4a
commit f60d132b20
4 changed files with 52 additions and 52 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.5,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}
@@ -32,7 +32,7 @@
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 0.5,
"hdd": 1,
"os": "alpine",
"version": "3.21"
}