diff --git a/aurral/Dockerfile b/aurral/Dockerfile index ceffb20b9f..ac95745ecf 100644 --- a/aurral/Dockerfile +++ b/aurral/Dockerfile @@ -2,7 +2,7 @@ # Home Assistant Add-on: Aurral # Wraps the upstream ghcr.io/lklynet/aurral image. # ============================================================== -FROM ghcr.io/lklynet/aurral:latest +FROM ghcr.io/lklynet/aurral:v1.76.17 ARG BUILD_VERSION ARG BUILD_ARCH @@ -24,5 +24,4 @@ ENV AURRAL_DATA_DIR=/config/data \ COPY rootfs / RUN chmod a+x /etc/services.d/aurral/run \ - && chmod a+x /usr/local/bin/docker-entrypoint.sh \ && mkdir -p /config/data diff --git a/aurral/build.json b/aurral/build.json index d1c2b49505..141cb53613 100644 --- a/aurral/build.json +++ b/aurral/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/lklynet/aurral:latest", - "amd64": "ghcr.io/lklynet/aurral:latest" + "aarch64": "ghcr.io/lklynet/aurral:v1.76.17", + "amd64": "ghcr.io/lklynet/aurral:v1.76.17" }, "squash": false, "labels": { diff --git a/aurral/config.yaml b/aurral/config.yaml index e7d2838601..3e44bd471a 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "1.76.12" +version: "1.76.17" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 075b8fcc20..190add92da 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-05-2026", + "last_update": "21-05-2026", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "1.76.12" + "upstream_version": "1.76.17" }