From 41333695bf6bf6f911d9ed908fc0c803b32a8bef Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Mar 2021 19:55:55 +0100 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v4.1.3 (#193) --- vscode/Dockerfile | 2 +- vscode/build.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 3e7f894..6b1dfaf 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.1.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index 616ce96..fae0692 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.1.2", - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.1.2" + "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.1.3", + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.1.3" } }