diff --git a/vscode/Dockerfile b/vscode/Dockerfile index af2d928..c80ea32 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/vscode/build.yaml b/vscode/build.yaml index fa48bcd..82e1f17 100644 --- a/vscode/build.yaml +++ b/vscode/build.yaml @@ -1,6 +1,6 @@ build_from: # https://github.com/hassio-addons/addon-debian-base - # aarch64: ghcr.io/hassio-addons/debian-base:7.6.2 - amd64: ghcr.io/hassio-addons/debian-base:7.6.2 - # armhf: ghcr.io/hassio-addons/debian-base:7.6.2 - # armv7: ghcr.io/hassio-addons/debian-base:7.6.2 - # i386: ghcr.io/hassio-addons/debian-base:7.6.2 + # aarch64: ghcr.io/hassio-addons/debian-base:7.6.3 + amd64: ghcr.io/hassio-addons/debian-base:7.6.3 + # armhf: ghcr.io/hassio-addons/debian-base:7.6.3 + # armv7: ghcr.io/hassio-addons/debian-base:7.6.3 + # i386: ghcr.io/hassio-addons/debian-base:7.6.3