diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 5a7a8d1..d005965 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.1 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.2 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.json b/vscode/build.json deleted file mode 100644 index b411a6f..0000000 --- a/vscode/build.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "build_from": { - "aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.2.1", - "amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.2.1" - } -} diff --git a/vscode/build.yaml b/vscode/build.yaml index 73e0570..39bf093 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.1 - amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.1 + aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.2 + amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.2