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