diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48a9f6b..ade628e 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.0" - ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.0" + ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.2.1" + ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.1" diff --git a/vscode/Dockerfile b/vscode/Dockerfile index afb6818..682b3fe 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/debian-base:3.2.0 +ARG BUILD_FROM=hassioaddons/debian-base:3.2.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index 256ea5b..6ed4d60 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "hassioaddons/debian-base-aarch64:3.2.0", - "amd64": "hassioaddons/debian-base-amd64:3.2.0" + "aarch64": "hassioaddons/debian-base-aarch64:3.2.1", + "amd64": "hassioaddons/debian-base-amd64:3.2.1" }, "args": {} }