From 12817b1bff68990c90f40224708cf5734b91d257 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:48:26 -0400 Subject: [PATCH] ci: full upgrade --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc5f6ae..11f4ff4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends adduser && \ COPY ${TARGETPLATFORM}/CBZOptimizer ${APP_PATH} RUN apt-get update && \ - apt-get upgrade -y && \ + apt-get full-upgrade -y && \ apt-get install -y --no-install-recommends \ inotify-tools \ bash \