diff --git a/base/Dockerfile b/base/Dockerfile index 7ec65b3..3213b40 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -40,7 +40,7 @@ RUN \ tcl-dev=8.6.15-r0 \ tk-dev=8.6.15-r0\ tk=8.6.15-r0 \ - util-linux-dev=2.40.2-r4\ + util-linux-dev=2.40.4-r0 \ xz-dev=5.6.3-r0 \ xz=5.6.3-r0\ zlib-dev=1.3.1-r2 \ diff --git a/base/build.yaml b/base/build.yaml index 92f7c6f..ca7f02d 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/base:17.1.0 - amd64: ghcr.io/hassio-addons/base:17.1.0 - armhf: ghcr.io/hassio-addons/base:17.1.0 - armv7: ghcr.io/hassio-addons/base:17.1.0 - i386: ghcr.io/hassio-addons/base:17.1.0 + aarch64: ghcr.io/hassio-addons/base:17.1.3 + amd64: ghcr.io/hassio-addons/base:17.1.3 + armhf: ghcr.io/hassio-addons/base:17.1.3 + armv7: ghcr.io/hassio-addons/base:17.1.3 + i386: ghcr.io/hassio-addons/base:17.1.3 codenotary: signer: codenotary@frenck.dev