From 4f2830a34d66936658814d3cc129dc83cb4c769c Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 24 Feb 2026 11:46:55 +0200 Subject: [PATCH] increase image resolution --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68a2bee1..52531940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ ENV RAILS_ENV=production ENV BUNDLE_WITHOUT="development:test" ENV LD_PRELOAD=/lib/libgcompat.so.0 ENV OPENSSL_CONF=/etc/openssl_legacy.cnf -ENV VIPS_MAX_COORD=10000 +ENV VIPS_MAX_COORD=15000 WORKDIR /app