Files
hassio-addons/postgres/build.json
2023-05-27 20:03:00 +02:00

10 lines
198 B
JSON

{
"build_from": {
"aarch64": "postgres:15-alpine",
"amd64": "postgres:15-alpine",
"armv7": "postgres:15-alpine"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}