File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN { \
63
63
echo 'opcache.fast_shutdown=1' ; \
64
64
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
65
65
66
- ENV MATOMO_VERSION 5.2.2
66
+ ENV MATOMO_VERSION 5.3.0
67
67
68
68
RUN set -ex; \
69
69
fetchDeps=" \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN { \
58
58
echo 'opcache.fast_shutdown=1' ; \
59
59
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
60
60
61
- ENV MATOMO_VERSION 5.2.2
61
+ ENV MATOMO_VERSION 5.3.0
62
62
63
63
RUN set -ex; \
64
64
apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN { \
63
63
echo 'opcache.fast_shutdown=1' ; \
64
64
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
65
65
66
- ENV MATOMO_VERSION 5.2.2
66
+ ENV MATOMO_VERSION 5.3.0
67
67
68
68
RUN set -ex; \
69
69
fetchDeps=" \
You can’t perform that action at this time.
0 commit comments