Files
addons/letsencrypt/build.json
Pascal Vizeli 50c295eee7 Fix cerbot aws issue + update certbot (#864)
* Fix cerbot aws issue + update certbot

* Ignore lint

* fix lint
2019-12-04 13:10:25 +01:00

13 lines
390 B
JSON
Executable File

{
"build_from": {
"amd64": "homeassistant/amd64-base-python:3.7-alpine3.10",
"i386": "homeassistant/i386-base-python:3.7-alpine3.10",
"armhf": "homeassistant/armhf-base-python:3.7-alpine3.10",
"armv7": "homeassistant/armv7-base-python:3.7-alpine3.10",
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.10"
},
"args": {
"CERTBOT_VERSION": "1.0.0"
}
}