From 7d6f06ef34a6642d54ba033ecb03d86d76064bb7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 21 Feb 2020 18:18:49 +0100 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v5.0.1 --- .gitlab-ci.yml | 4 ++-- vscode/Dockerfile | 2 +- vscode/build.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13a9ee8..7eaca80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,5 +12,5 @@ variables: ADDON_ARMV7: "false" ADDON_I386: "false" - ADDON_AARCH64_BASE: "hassioaddons/ubuntu-base-aarch64:5.0.0" - ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:5.0.0" + ADDON_AARCH64_BASE: "hassioaddons/ubuntu-base-aarch64:5.0.1" + ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:5.0.1" diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 9ac55fe..8fcdca6 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/ubuntu-base:5.0.0 +ARG BUILD_FROM=hassioaddons/ubuntu-base:5.0.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index 6f41c60..6b948e3 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "hassioaddons/ubuntu-base-aarch64:5.0.0", - "amd64": "hassioaddons/ubuntu-base-amd64:5.0.0" + "aarch64": "hassioaddons/ubuntu-base-aarch64:5.0.1", + "amd64": "hassioaddons/ubuntu-base-amd64:5.0.1" }, "args": {} }