Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v4.2.1 (#145)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrades add-on base image to v4.2.1

* Corrected base image version
  • Loading branch information
frenck authored Jun 13, 2021
1 parent cc0e4a3 commit c258801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nut/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.0
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
10 changes: 5 additions & 5 deletions nut/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.0",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.0",
"armhf": "ghcr.io/hassio-addons/debian-base/armhf:4.2.0",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:4.2.0",
"i386": "ghcr.io/hassio-addons/debian-base/i386:4.2.0"
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.1",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.1",
"armhf": "ghcr.io/hassio-addons/debian-base/armhf:4.2.1",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:4.2.1",
"i386": "ghcr.io/hassio-addons/debian-base/i386:4.2.1"
}
}

0 comments on commit c258801

Please sign in to comment.