Skip to content

Commit c6585ae

Browse files
authored
⬆️ Upgrades add-on base image to 12.2.3 (#25)
1 parent b1378ad commit c6585ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mqtt-io/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/base:12.2.1
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.3
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

mqtt-io/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:12.2.1
4-
amd64: ghcr.io/hassio-addons/base:12.2.1
5-
armhf: ghcr.io/hassio-addons/base:12.2.1
6-
armv7: ghcr.io/hassio-addons/base:12.2.1
7-
i386: ghcr.io/hassio-addons/base:12.2.1
3+
aarch64: ghcr.io/hassio-addons/base:12.2.3
4+
amd64: ghcr.io/hassio-addons/base:12.2.3
5+
armhf: ghcr.io/hassio-addons/base:12.2.3
6+
armv7: ghcr.io/hassio-addons/base:12.2.3
7+
i386: ghcr.io/hassio-addons/base:12.2.3
88
codenotary:
99
base_image: [email protected]
1010

0 commit comments

Comments
 (0)