Skip to content

Commit 1cb0729

Browse files
Update to 5.3.0
1 parent 5b86004 commit 1cb0729

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apache/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN { \
6363
echo 'opcache.fast_shutdown=1'; \
6464
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
6565

66-
ENV MATOMO_VERSION 5.2.2
66+
ENV MATOMO_VERSION 5.3.0
6767

6868
RUN set -ex; \
6969
fetchDeps=" \

fpm-alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN { \
5858
echo 'opcache.fast_shutdown=1'; \
5959
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
6060

61-
ENV MATOMO_VERSION 5.2.2
61+
ENV MATOMO_VERSION 5.3.0
6262

6363
RUN set -ex; \
6464
apk add --no-cache --virtual .fetch-deps \

fpm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN { \
6363
echo 'opcache.fast_shutdown=1'; \
6464
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
6565

66-
ENV MATOMO_VERSION 5.2.2
66+
ENV MATOMO_VERSION 5.3.0
6767

6868
RUN set -ex; \
6969
fetchDeps=" \

0 commit comments

Comments
 (0)