Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Upgrade add-on base image to 6.1.0 (#33)
Browse files Browse the repository at this point in the history
* Upgrade add-on base image to 6.1.0

* Fix versions

* And I didn't even drink yet.. :S
  • Loading branch information
frenck authored Jan 24, 2021
1 parent 71a02f9 commit 85b97f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/ubuntu-base:5.2.2
ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
8 changes: 4 additions & 4 deletions adb/build.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"build_from": {
"aarch64": "hassioaddons/ubuntu-base-aarch64:5.2.2",
"amd64": "hassioaddons/ubuntu-base-amd64:5.2.2",
"armv7": "hassioaddons/ubuntu-base-armv7:5.2.2",
"i386": "hassioaddons/ubuntu-base-i386:5.2.2"
"aarch64": "ghcr.io/hassio-addons/ubuntu-base/aarch64:6.1.0",
"amd64": "ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.0",
"armv7": "ghcr.io/hassio-addons/ubuntu-base/armv7:6.1.0",
"i386": "ghcr.io/hassio-addons/ubuntu-base/i386:6.1.0"
}
}
1 change: 0 additions & 1 deletion adb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"arch": ["aarch64", "amd64", "armv7", "i386"],
"init": false,
"map": ["config:rw", "share:rw", "ssl:rw"],
"hassio_api": true,
"options": {
"devices": [],
"reconnect_timeout": 90
Expand Down

0 comments on commit 85b97f5

Please sign in to comment.