Skip to content

Commit 8e1ea29

Browse files
committed
upgrade matomo to 5.1.2
1 parent 5a62ad6 commit 8e1ea29

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: openzim/docker-publish-action@v10
1919
with:
2020
image-name: kiwix/matomo
21-
on-master: 5.1.1-fpm
21+
on-master: 5.1.2-fpm
2222
restrict-to: kiwix/container-images
2323
context: matomo
2424
registries: ghcr.io

matomo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:5.1.1-fpm
1+
FROM matomo:5.1.2-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)