Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
v3rm0n committed Apr 28, 2020
1 parent d5e1bb5 commit ecfc6ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM
ARG BUILD_FROM=hassioaddons/base:7.1.1
FROM ${BUILD_FROM}

ENV LANG C.UTF-8
Expand Down
9 changes: 5 additions & 4 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"squash": true,
"build_from": {
"aarch64": "hassioaddons/base-aarch64:2.3.0",
"amd64": "hassioaddons/base-amd64:2.3.0",
"armhf": "hassioaddons/base-armhf:2.3.0",
"i386": "hassioaddons/base-i386:2.3.0"
"aarch64": "hassioaddons/base-aarch64:7.1.1",
"amd64": "hassioaddons/base-amd64:7.1.1",
"armhf": "hassioaddons/base-armhf:7.1.1",
"armv7": "hassioaddons/base-armv7:7.1.1",
"i386": "hassioaddons/base-i386:7.1.1"
},
"args": {}
}
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
Expand Down

0 comments on commit ecfc6ac

Please sign in to comment.