Skip to content

Commit 5fab676

Browse files
committed
debian_perl: debian trixie; perl 5.32.1
1 parent 84b28b2 commit 5fab676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quay.io/wikipedialibrary/debian_perl/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM quay.io/wikipedialibrary/debian:trixie-slim-updated AS perl_build
2-
ENV PERL_VERSION=5.42.0
2+
# The last version that supports variable-width negative look behind
3+
ENV PERL_VERSION=5.32.1
34
# Base dependencies; split out to create cachable layer.
45
RUN apt update; \
56
apt install -y \

0 commit comments

Comments
 (0)