Skip to content

Commit 733830d

Browse files
authored
⬆️ Upgrades add-on base image to 6.1.0 (#115)
1 parent d3e97d7 commit 733830d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

airsonos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:6.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

airsonos/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:6.0.0
4-
amd64: ghcr.io/hassio-addons/debian-base/amd64:6.0.0
5-
armv7: ghcr.io/hassio-addons/debian-base/armv7:6.0.0
6-
i386: ghcr.io/hassio-addons/debian-base/i386:6.0.0
3+
aarch64: ghcr.io/hassio-addons/debian-base:6.1.0
4+
amd64: ghcr.io/hassio-addons/debian-base:6.1.0
5+
armv7: ghcr.io/hassio-addons/debian-base:6.1.0
6+
i386: ghcr.io/hassio-addons/debian-base:6.1.0
77
codenotary:
88
base_image: codenotary@frenck.dev
99
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)