From f7346821d7cd4a80b7af45d74ce7fe731d298281 Mon Sep 17 00:00:00 2001 From: Joseph Ferguson Date: Fri, 21 Nov 2025 15:08:49 -0800 Subject: [PATCH] Update `push.pl` runtime to Perl 5.40 and Debian Trixie --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66365c00b774..e2c1e6236ed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM perl:5.39-bookworm +FROM perl:5.40-trixie RUN set -eux; \ apt-get update; \ @@ -7,7 +7,7 @@ RUN set -eux; \ # https://bugs.debian.org/763056 - SVG rendering in ImageMagick looks awful unless it can use inkscape to render (or RSVG, which is explicitly not compiled into the Debian package??) inkscape \ ; \ - rm -rf /var/lib/apt/lists/* + apt-get dist-clean # secure by default ♥ (thanks to sri!) ENV PERL_CPANM_OPT --verbose --mirror https://cpan.metacpan.org