Skip to content

Commit d94c668

Browse files
committed
Update Matomo and Plugins
Why these changes are being introduced: Matomo has released an update to the container and there are also updates for some of the plugins. How this addresses that need: * Update Dockerfile with the new Matomo version (5.5.1) * Update Dockerfile with the new versions of the plugins to copy into the container * Update the files/ directory with copies of all the updated plugins Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-569 * https://mitlibraries.atlassian.net/browse/INFRA-588
1 parent 245b840 commit d94c668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:5.4.0
1+
FROM matomo:5.5.1
22
# checkov:skip=CKV_DOCKER_2:Skipping HEALTHCHECK configuration for now
33
# checkov:skip=CKV_DOCKER_3:The container actually runs as www-data user
44

@@ -9,16 +9,16 @@ COPY ./files/plugin-EnvironmentVariables-5.0.3/ /var/www/html/plugins/Environmen
99
COPY ./files/plugin-CustomVariables-5.0.4/ /var/www/html/plugins/CustomVariables
1010

1111
# Add the HeatmapSessionRecording plugin
12-
COPY ./files/plugin-HeatmapSessionRecording-5.2.4/ /var/www/html/plugins/HeatmapSessionRecording
12+
COPY ./files/plugin-HeatmapSessionRecording-5.3.1/ /var/www/html/plugins/HeatmapSessionRecording
1313

1414
# Add the UsersFlow plugin
15-
COPY ./files/plugin-UsersFlow-5.0.5/ /var/www/html/plugins/UsersFlow
15+
COPY ./files/plugin-UsersFlow-5.0.6/ /var/www/html/plugins/UsersFlow
1616

1717
# Add the SearchEngineKeywordsPerformance plugin
18-
COPY ./files/plugin-SearchEngineKeywordsPerformance-5.0.22/ /var/www/html/plugins/SearchEngineKeywordsPerformance
18+
COPY ./files/plugin-SearchEngineKeywordsPerformance-5.0.23/ /var/www/html/plugins/SearchEngineKeywordsPerformance
1919

2020
# Add the CustomReports plugin
21-
COPY ./files/plugin-CustomReports-5.4.3/ /var/www/html/plugins/CustomReports
21+
COPY ./files/plugin-CustomReports-5.4.5/ /var/www/html/plugins/CustomReports
2222

2323
# Our custom configuration settings.
2424
COPY ./files/config.ini.php /var/www/html/config/config.ini.php

0 commit comments

Comments
 (0)