Skip to content

Commit

Permalink
Update to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 7, 2021
1 parent 456bb49 commit 0b7d82b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache/Dockerfile
Expand Up @@ -62,7 +62,7 @@ RUN { \
echo 'opcache.fast_shutdown=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV MATOMO_VERSION 4.4.1
ENV MATOMO_VERSION 4.5.0

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

ENV MATOMO_VERSION 4.4.1
ENV MATOMO_VERSION 4.5.0

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

ENV MATOMO_VERSION 4.4.1
ENV MATOMO_VERSION 4.5.0

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

0 comments on commit 0b7d82b

Please sign in to comment.