Skip to content

Commit 993eb43

Browse files
committed
Upgrade to 5.0.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 v5.0.1 from 4.15.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 notIS required as part of this upgrade. Changes to be committed: modified: Dockerfile
1 parent 9dd1999 commit 993eb43

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.15.1
1+
FROM matomo:5.0.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)