Skip to content

Commit

Permalink
Merge pull request #25 from skrashevich/dev
Browse files Browse the repository at this point in the history
ai.server 2.5.1
  • Loading branch information
skrashevich authored Jan 30, 2024
2 parents 71bed2c + 033c03b commit 37ec0fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ai.server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions ai.server/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
build_from:
aarch64: codeproject/ai-server:arm64-2.4.7
amd64: codeproject/ai-server:cpu-2.4.7
aarch64: codeproject/ai-server:arm64-2.5.1
amd64: codeproject/ai-server:cpu-2.5.1
2 changes: 1 addition & 1 deletion ai.server/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion double-take-beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion double-take/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 37ec0fa

Please sign in to comment.