From 39618ff5db0327cafbd7e63fd9d49266857f4785 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 25 Oct 2020 13:20:32 +0100 Subject: [PATCH] :arrow_up: Upgrades base image to v3.2.3 --- .gitlab-ci.yml | 4 ++-- vscode/Dockerfile | 2 +- vscode/build.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ce6b55..a955183 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,5 @@ variables: ADDON_ARMV7: "false" ADDON_I386: "false" - ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.2.2" - ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.2" + ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.2.3" + ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.3" diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 587c520..ebac8ae 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/debian-base:3.2.2 +ARG BUILD_FROM=hassioaddons/debian-base:3.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index f356346..6a975bf 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "hassioaddons/debian-base-aarch64:3.2.2", - "amd64": "hassioaddons/debian-base-amd64:3.2.2" + "aarch64": "hassioaddons/debian-base-aarch64:3.2.3", + "amd64": "hassioaddons/debian-base-amd64:3.2.3" }, "args": {} -} \ No newline at end of file +}