diff --git a/vscode/Dockerfile b/vscode/Dockerfile index ef5cbc2..79cfd3b 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.3 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.3.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -41,9 +41,9 @@ RUN \ python3=3.9.2-3 \ unzip=6.0-26 \ uuid-runtime=2.36.1-8 \ - wget>=1.21-1 \ + wget=1.21-1+deb11u1 \ zip=3.0-12 \ - zsh=5.8-6+b2 \ + zsh>=5.8-6 \ \ && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \ && locale-gen \ diff --git a/vscode/build.yaml b/vscode/build.yaml index 22a00db..e0201d1 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.3 - amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.3 + aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.0 + amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0