[matomo] Update LDAP plugin to latest available release



commit 35ef6663e0dbd2fb943052478b9371a7e9db5719
Author: Andrea Veri <averi redhat com>
Date:   Thu Sep 1 16:05:05 2022 +0200

    Update LDAP plugin to latest available release

 Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 4a423f0..18d428c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,12 +30,12 @@ RUN update-ca-certificates
 
 RUN mkdir -p /opt/matomo/extra-plugins && \
     cd /opt/matomo/extra-plugins && \
-    curl https://plugins.matomo.org/api/2.0/plugins/LoginLdap/download/4.2.2 \
-    -o LoginLdap-4.2.2.zip && \
-    unzip LoginLdap-4.2.2.zip && \
+    curl https://plugins.matomo.org/api/2.0/plugins/LoginLdap/download/4.5.1 \
+    -o LoginLdap-4.5.1.zip && \
+    unzip LoginLdap-4.5.1.zip && \
     find LoginLdap -type d | xargs chmod 775 && \
     find LoginLdap -type f | xargs chmod 644 && \
-    rm -f /opt/matomo/extra-plugins/LoginLdap-4.2.2.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
+    rm -f /opt/matomo/extra-plugins/LoginLdap-4.5.1.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
 
 ADD start.sh /start.sh
 ADD archive.sh /archive.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]