Skip to content

Commit 161f12b

Browse files
committed
Upgrade matomo to 5.2.0
1 parent ac3d8f0 commit 161f12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/matomo_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: openzim/docker-publish-action@v10
2020
with:
2121
image-name: kiwix/matomo
22-
on-master: 5.1.2-fpm
22+
on-master: 5.2.0-fpm
2323
restrict-to: kiwix/container-images
2424
context: matomo
2525
registries: ghcr.io

matomo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:5.1.2-fpm
1+
FROM matomo:5.2.0-fpm
22
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images
33

44
ENV LIBMMDBVERSION 1.7.1

0 commit comments

Comments
 (0)