From 3c5f1705ca4d9b3a5460f20485b0ec44178d41b8 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:19:27 -0800 Subject: [PATCH] Removes unused args --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8bc5e511a..be44afd7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,8 +102,6 @@ ARG TARGETARCH # Can be workflow provided, defaults set for manual building ARG JBIG2ENC_VERSION=0.30 -ARG QPDF_VERSION=11.9.0 -ARG GS_VERSION=10.03.1 # Set Python environment variables ENV PYTHONDONTWRITEBYTECODE=1 \