From 10c42a1330c04ca51f3b86d77dc4f35b6e9c5531 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 10:12:34 +0000 Subject: [PATCH] fix(nextcloud-imaginary): update libjxl/libvips package names for Ubuntu 26.04 Agent-Logs-Url: https://github.com/trueforge-org/containerforge/sessions/5fab12a9-f4e9-43cb-ad2e-837056aade05 Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com> --- apps/nextcloud-imaginary/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nextcloud-imaginary/Dockerfile b/apps/nextcloud-imaginary/Dockerfile index 88e5ad9ab..a3f0db630 100644 --- a/apps/nextcloud-imaginary/Dockerfile +++ b/apps/nextcloud-imaginary/Dockerfile @@ -27,8 +27,8 @@ USER root RUN set -ex; \ apt-get update; \ apt-get install -y --no-install-recommends \ - libvips42 \ - libjxl0.7 \ + libvips42t64 \ + libjxl0.11 \ libheif1 \ imagemagick \ poppler-utils; \