diff --git a/ai.server/Dockerfile b/ai.server/Dockerfile index 6087088..162e473 100644 --- a/ai.server/Dockerfile +++ b/ai.server/Dockerfile @@ -41,7 +41,7 @@ ADD --link rootfs / ENV CONFIG_PATH=/data/options.json LABEL \ - io.hass.version="2.4.7" \ + io.hass.version="2.5.1" \ io.hass.type="addon" \ io.hass.arch="aarch64|amd64" diff --git a/ai.server/build.yaml b/ai.server/build.yaml index fad0d11..9050ea9 100644 --- a/ai.server/build.yaml +++ b/ai.server/build.yaml @@ -1,4 +1,4 @@ --- build_from: - aarch64: codeproject/ai-server:arm64-2.4.7 - amd64: codeproject/ai-server:cpu-2.4.7 \ No newline at end of file + aarch64: codeproject/ai-server:arm64-2.5.1 + amd64: codeproject/ai-server:cpu-2.5.1 \ No newline at end of file diff --git a/ai.server/config.yaml b/ai.server/config.yaml index 6847f86..e3fe9f2 100644 --- a/ai.server/config.yaml +++ b/ai.server/config.yaml @@ -1,5 +1,5 @@ name: CodeProject AI.Server (CPU) -version: 2.4.7 +version: 2.5.1 url: https://hub.docker.com/r/codeproject/ai-server image: ghcr.io/skrashevich/hassio-addon-ai.server-{arch} panel_icon: mdi:face-recognition diff --git a/double-take-beta/Dockerfile b/double-take-beta/Dockerfile index 52dd951..6b62da4 100644 --- a/double-take-beta/Dockerfile +++ b/double-take-beta/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.9rc2 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \ diff --git a/double-take/Dockerfile b/double-take/Dockerfile index af29550..b16fa72 100644 --- a/double-take/Dockerfile +++ b/double-take/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.8 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \