From eb5f4ae3ebf36f6e4b2f2ef61ce3466e3babe7aa Mon Sep 17 00:00:00 2001 From: Christopher Butler Date: Thu, 20 Nov 2025 14:31:19 -0500 Subject: [PATCH] Update to v5.5.2 Why these changes are being introduced: A new version of Matomo was released to address security concerns. How this addresses that need: * Update the Dockerfile with the latest docker container version Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-593 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7cdddd..8bbca4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM matomo:5.5.1 +FROM matomo:5.5.2 # checkov:skip=CKV_DOCKER_2:Skipping HEALTHCHECK configuration for now # checkov:skip=CKV_DOCKER_3:The container actually runs as www-data user