Skip to content

Commit

Permalink
Update to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Dec 12, 2024
1 parent 11112fe commit e958d2d
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 5.1.2
ENV MATOMO_VERSION 5.2.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 5.1.2
ENV MATOMO_VERSION 5.2.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 5.1.2
ENV MATOMO_VERSION 5.2.0

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

0 comments on commit e958d2d

Please sign in to comment.