Skip to content

Commit a2801c9

Browse files
authored
Update push.pl runtime to Perl 5.40 and Debian Trixie (#2639)
1 parent bc69726 commit a2801c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM perl:5.39-bookworm
1+
FROM perl:5.40-trixie
22

33
RUN set -eux; \
44
apt-get update; \
@@ -7,7 +7,7 @@ RUN set -eux; \
77
# 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??)
88
inkscape \
99
; \
10-
rm -rf /var/lib/apt/lists/*
10+
apt-get dist-clean
1111

1212
# secure by default ♥ (thanks to sri!)
1313
ENV PERL_CPANM_OPT --verbose --mirror https://cpan.metacpan.org

0 commit comments

Comments
 (0)