Skip to content

Commit

Permalink
Update build.json (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
reharmsen authored and frenck committed Oct 3, 2019
1 parent 8b27711 commit 1ba2a16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"image": "hassioaddons/base-{arch}",
"squash": false,
"build_from": {
"aarch64": "arm64v8/alpine:3.10.1",
"amd64": "amd64/alpine:3.10.1",
"armhf": "arm32v6/alpine:3.10.1",
"armv7": "arm32v7/alpine:3.10.1",
"i386": "i386/alpine:3.10.1"
"aarch64": "arm64v8/alpine:3.10.2",
"amd64": "amd64/alpine:3.10.2",
"armhf": "arm32v6/alpine:3.10.2",
"armv7": "arm32v7/alpine:3.10.2",
"i386": "i386/alpine:3.10.2"
},
"args": {}
}

0 comments on commit 1ba2a16

Please sign in to comment.