We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b28b2 commit 5fab676Copy full SHA for 5fab676
quay.io/wikipedialibrary/debian_perl/Dockerfile
@@ -1,5 +1,6 @@
1
FROM quay.io/wikipedialibrary/debian:trixie-slim-updated AS perl_build
2
-ENV PERL_VERSION=5.42.0
+# The last version that supports variable-width negative look behind
3
+ENV PERL_VERSION=5.32.1
4
# Base dependencies; split out to create cachable layer.
5
RUN apt update; \
6
apt install -y \
0 commit comments