summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-08-29 13:57:12 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-08-29 13:57:12 +0200
commit486e54af989d06557d82d88262b0610bb706ba92 (patch)
tree297190a80a5b69cb776c08adb26ae56cf0bf78c9 /Dockerfile
parenta1cea2c874404173a9bf85966ff6d510d12283d5 (diff)
Dockerfile: upgrade base image to perl 5.40HEAD4.37.9main
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7cd702e..210893b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN ln -sf ../ext-templates/imprint.html.ep templates/imprint.html.ep \
RUN sed -i "s/version *=> *\$ENV{DBFAKEDISPLAY_VERSION}/version => '${dbf_version}'/" lib/DBInfoscreen.pm
-FROM perl:5.30-slim
+FROM perl:5.40-slim
ARG DEBIAN_FRONTEND=noninteractive
ARG APT_LISTCHANGES_FRONTEND=none
@@ -37,7 +37,7 @@ RUN apt-get update \
libc6-dev \
libdb5.3 \
libdb5.3-dev \
- libssl1.1 \
+ libssl3 \
libssl-dev \
libxml2 \
libxml2-dev \