diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 160eb8a..fe09776 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/debian-base:3.2.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.1.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json index 14e24cb..616ce96 100644 --- a/vscode/build.json +++ b/vscode/build.json @@ -1,6 +1,6 @@ { "build_from": { - "aarch64": "hassioaddons/debian-base-aarch64:3.2.3", - "amd64": "hassioaddons/debian-base-amd64:3.2.3" + "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:4.1.2", + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.1.2" } }