[matomo-web] Change image to 4-fpm and update LoginLdap to 4.2.2



commit 6bbc5a29c7ca2065a5ad5b99f7e62b39e98be938
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Dec 28 20:52:37 2020 +0100

    Change image to 4-fpm and update LoginLdap to 4.2.2

 matomo/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/matomo/Dockerfile b/matomo/Dockerfile
index 029aa94..6b81643 100644
--- a/matomo/Dockerfile
+++ b/matomo/Dockerfile
@@ -1,4 +1,4 @@
-FROM matomo:3-fpm 
+FROM matomo:4-fpm 
 
 USER root
 
@@ -10,9 +10,9 @@ 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.0.8 \
-    -o LoginLdap-4.0.8.zip && \
-    unzip LoginLdap-4.0.8.zip && \
+    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 && \
     find LoginLdap -type d | xargs chmod 775 && \
     find LoginLdap -type f | xargs chmod 644
 


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