Skip to content

Commit

Permalink
Upgrade Matomo to v4.15.1 (#15)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vab authored Aug 22, 2023
1 parent a6fc384 commit 38c2d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM matomo:4.13.1
FROM matomo:4.15.1

# Add the EnvironmentVariables plugin
COPY ./files/plugin-EnvironmentVariables-4.0.1/ /var/www/html/plugins/EnvironmentVariables
Expand Down

0 comments on commit 38c2d74

Please sign in to comment.