Skip to content

Commit

Permalink
Update to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Dec 8, 2022
1 parent 51e4f3d commit 91108c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.12.3
ENV MATOMO_VERSION 4.13.0

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.12.3
ENV MATOMO_VERSION 4.13.0

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.12.3
ENV MATOMO_VERSION 4.13.0

RUN set -ex; \
fetchDeps=" \
Expand Down

0 comments on commit 91108c4

Please sign in to comment.