Skip to content

Commit 8cf4360

Browse files
committed
Upgrade to 5.1.2
Why these changes are being introduced: UXWS requested the upgrade to 5.1.2 to address security concerns. How this addresses that need: * Update the Dockerfile to pull the new 5.1.2 version of the source container Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-483
1 parent c1f6f3e commit 8cf4360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM matomo:5.1.1
1+
FROM matomo:5.1.2
22

33
# Add the EnvironmentVariables plugin
4-
COPY ./files/plugin-EnvironmentVariables-5.0.0/ /var/www/html/plugins/EnvironmentVariables
4+
COPY ./files/plugin-EnvironmentVariables-5.0.2/ /var/www/html/plugins/EnvironmentVariables
55

66
# Add the CustomVariables plugin
77
COPY ./files/plugin-CustomVariables-5.0.2/ /var/www/html/plugins/CustomVariables

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Merge a PR to `main` to build, tag, and push the container to Stage-Workloads. A
2424

2525
## Implementation notes
2626

27-
For detailed instructions on initial setup, migration, database upgrades, and application upgrades, see [docs/HOWTO.md](./docs/HOWTO.md).
27+
For detailed instructions on initial setup, migration, database upgrades, and application upgrades, check the [HowTos](./docs/HowTos/) folder.
2828

2929
### Configuration Management
3030

0 commit comments

Comments
 (0)