From 3e84e8989bdf6b86cd1d0e5aafa7f1cb81ef58a2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 16:21:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=20v4.2.3=20(#304)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- vscode/build.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 3a29fb3..f7c7af6 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index aefd116..7d63589 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.2", - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.2" + "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.2.3", + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3" } }