diff --git a/jupyterlab/Dockerfile b/jupyterlab/Dockerfile index 7cea2b07..bf1b2455 100644 --- a/jupyterlab/Dockerfile +++ b/jupyterlab/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/jupyterlab/build.yaml b/jupyterlab/build.yaml index 690335c6..7b733b36 100644 --- a/jupyterlab/build.yaml +++ b/jupyterlab/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:9.1.0 - amd64: ghcr.io/hassio-addons/debian-base:9.1.0 + aarch64: ghcr.io/hassio-addons/debian-base:9.2.0 + amd64: ghcr.io/hassio-addons/debian-base:9.2.0