Skip to content

Commit

Permalink
Update base image 8.2.1 (#38716)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored and balloob committed Aug 10, 2020
1 parent 7f0c97f commit e858740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.json
@@ -1,11 +1,11 @@
{
"image": "homeassistant/{arch}-homeassistant",
"build_from": {
"aarch64": "homeassistant/aarch64-homeassistant-base:8.1.0",
"armhf": "homeassistant/armhf-homeassistant-base:8.1.0",
"armv7": "homeassistant/armv7-homeassistant-base:8.1.0",
"amd64": "homeassistant/amd64-homeassistant-base:8.1.0",
"i386": "homeassistant/i386-homeassistant-base:8.1.0"
"aarch64": "homeassistant/aarch64-homeassistant-base:8.2.1",
"armhf": "homeassistant/armhf-homeassistant-base:8.2.1",
"armv7": "homeassistant/armv7-homeassistant-base:8.2.1",
"amd64": "homeassistant/amd64-homeassistant-base:8.2.1",
"i386": "homeassistant/i386-homeassistant-base:8.2.1"
},
"labels": {
"io.hass.type": "core"
Expand Down

0 comments on commit e858740

Please sign in to comment.