From 8208c40c22d410852b975cebd946502900c141e6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:04:48 +0100 Subject: [PATCH] Try client 15 https://github.com/alexbelgium/hassio-addons/issues/1659 --- immich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/Dockerfile b/immich/Dockerfile index 1aec02859..f7dc62949 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -63,7 +63,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # Manual apps -ENV PACKAGES="sudo yamllint pip postgresql-client" +ENV PACKAGES="sudo yamllint pip postgresql-client-15" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"