We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3d8f0 commit 161f12bCopy full SHA for 161f12b
.github/workflows/matomo_ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: openzim/docker-publish-action@v10
20
with:
21
image-name: kiwix/matomo
22
- on-master: 5.1.2-fpm
+ on-master: 5.2.0-fpm
23
restrict-to: kiwix/container-images
24
context: matomo
25
registries: ghcr.io
matomo/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM matomo:5.1.2-fpm
+FROM matomo:5.2.0-fpm
2
LABEL org.opencontainers.image.source https://github.com/kiwix/container-images
3
4
ENV LIBMMDBVERSION 1.7.1
0 commit comments