From 202bf8e2fd128413a63e3ee192d831c658254a7a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Nov 2021 19:40:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20add-on=20base?= =?UTF-8?q?=20image=20to=205.2.1=20(#341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 4 ++-- vscode/build.json | 6 ++++++ vscode/build.yaml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 vscode/build.json diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 28904f6..d7bbf8c 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -36,7 +36,7 @@ RUN \ net-tools=1.60+git20181103.0eebece-1 \ nmap=7.91+dfsg1+really7.80+dfsg1-2 \ openssh-client=1:8.4p1-5 \ - openssl=1.1.1k-1 \ + openssl=1.1.1k-1+deb11u1 \ python3-dev=3.9.2-3 \ python3=3.9.2-3 \ unzip=6.0-26 \ diff --git a/vscode/build.json b/vscode/build.json new file mode 100644 index 0000000..b411a6f --- /dev/null +++ b/vscode/build.json @@ -0,0 +1,6 @@ +{ + "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 bec450d..73e0570 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.0.0 - amd64: ghcr.io/hassio-addons/debian-base/amd64:5.0.0 + aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.1 + amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.1