From 2e71ab1dc5b887501a6001371e6c64f413f6639e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Nov 2022 13:20:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=206.1.3=20(#520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- vscode/build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 0941454..4ece811 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index d34e823..0611372 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:6.1.2 - amd64: ghcr.io/hassio-addons/debian-base:6.1.2 + aarch64: ghcr.io/hassio-addons/debian-base:6.1.3 + amd64: ghcr.io/hassio-addons/debian-base:6.1.3 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev