Skip to content

Commit

Permalink
Update to 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 6, 2023
1 parent b93d1ec commit 547d807
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 @@ -63,7 +63,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.14.2
ENV MATOMO_VERSION 4.15.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 @@ -58,7 +58,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.14.2
ENV MATOMO_VERSION 4.15.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 @@ -63,7 +63,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.14.2
ENV MATOMO_VERSION 4.15.0

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

0 comments on commit 547d807

Please sign in to comment.