From a1e25896948eb10b3faa7cbc97cdba7d65cf4f78 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Nov 2021 16:16:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=205.2.2=20(#344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- vscode/build.json | 6 ------ vscode/build.yaml | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 vscode/build.json diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 5a7a8d1..d005965 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json deleted file mode 100644 index b411a6f..0000000 --- a/vscode/build.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "build_from": { - "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.2.1", - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.2.1" - } -} diff --git a/vscode/build.yaml b/vscode/build.yaml index 73e0570..39bf093 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.1 - amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.1 + aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.2 + amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.2