Skip to content

Commit 38c2d74

Browse files
authored
Upgrade Matomo to v4.15.1 (#15)
matomo upgrade to 4.15.1 Why these changes are being introduced: A new version of Matomo was released (v4.15.1). This change updates the version of the official Matomo docker container that we derive our container from resulting in an upgrade of our version of Matomo to v4.15.1 from 4.13.1. How this addresses that need: A version increment in the Dockerfile Side effects of this change: Matomo is upgraded. Note: A database migration is not required as part of this upgrade. Changes to be committed: modified: Dockerfile
1 parent a6fc384 commit 38c2d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:4.13.1
1+
FROM matomo:4.15.1
22

33
# Add the EnvironmentVariables plugin
44
COPY ./files/plugin-EnvironmentVariables-4.0.1/ /var/www/html/plugins/EnvironmentVariables

0 commit comments

Comments
 (0)