Skip to content

Commit edbcfa3

Browse files
committed
Upgrade to Matomo 5.3.1
Why these changes are being made: Before proceeding with the installation of the new premium plugins, we update the instance of Matomo to the latest Docker version: 5.3.1 How this change is implemented: * Updat the Dockerfile with the latest container source. Related Jira tickets: * https://mitlibraries.atlassian.net/browse/INFRA-517
1 parent b9e49cc commit edbcfa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM matomo:5.2.2
1+
FROM matomo:5.3.1
2+
# checkov:skip=CKV_DOCKER_2:Skipping HEALTHCHECK configuration for now
3+
# checkov:skip=CKV_DOCKER_3:Intentionally using root for the user
24

35
# Add the EnvironmentVariables plugin
46
COPY ./files/plugin-EnvironmentVariables-5.0.3/ /var/www/html/plugins/EnvironmentVariables
@@ -14,7 +16,6 @@ COPY --chmod=0644 --chown=root:root ./files/lang-htaccess /var/www/html/lang/.ht
1416
COPY --chmod=0644 --chown=root:root ./files/config-htaccess /var/www/html/config/.htaccess
1517
COPY --chmod=0644 --chown=root:root ./files/tmp-htaccess /var/www/html/tmp/.htaccess
1618

17-
1819
# Create mount point for EFS partition
1920
RUN mkdir -p /mnt/efs
2021

0 commit comments

Comments
 (0)