From e41b625f843fac3ff09eb50fee1ab30bddc409a2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Sep 2022 19:38:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=2012.2.4=20(#440)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssh/Dockerfile | 2 +- ssh/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index fa9da4f76..593637d23 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.4 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/ssh/build.yaml b/ssh/build.yaml index c75bba0d6..2641710ee 100644 --- a/ssh/build.yaml +++ b/ssh/build.yaml @@ -1,10 +1,10 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:12.2.2 - amd64: ghcr.io/hassio-addons/base:12.2.2 - armhf: ghcr.io/hassio-addons/base:12.2.2 - armv7: ghcr.io/hassio-addons/base:12.2.2 - i386: ghcr.io/hassio-addons/base:12.2.2 + aarch64: ghcr.io/hassio-addons/base:12.2.4 + amd64: ghcr.io/hassio-addons/base:12.2.4 + armhf: ghcr.io/hassio-addons/base:12.2.4 + armv7: ghcr.io/hassio-addons/base:12.2.4 + i386: ghcr.io/hassio-addons/base:12.2.4 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev