From 32fb9d02687d3a33a2326d234b4baa8e3f741e9d Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 22 Jul 2022 01:11:17 -0400 Subject: [PATCH] Upgrade Perl and copy the Webhook URL --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b236162..6c0f843 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM perl:5.34 +FROM perl:5.36 # Move it WORKDIR /opt @@ -8,6 +8,7 @@ COPY migrations/ ./migrations/ COPY public/ ./public/ COPY t/ ./t/ COPY templates/ ./templates/ +COPY .tom.url . COPY cpanfile . COPY guestbook-ng.conf . COPY guestbook-ng.pl .