Skip to content

Commit

Permalink
Update to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 8, 2024
1 parent f9df3f3 commit 8137a71
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.0.2
ENV MATOMO_VERSION 5.0.3

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.0.2
ENV MATOMO_VERSION 5.0.3

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.0.2
ENV MATOMO_VERSION 5.0.3

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

0 comments on commit 8137a71

Please sign in to comment.