Skip to content

Commit 7f735f1

Browse files
authored
Update to 5.8.0 (#401)
1 parent d8d68dc commit 7f735f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
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.7.1
66+
ENV MATOMO_VERSION 5.8.0
6767

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

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN { \
5757
echo 'opcache.fast_shutdown=1'; \
5858
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
5959

60-
ENV MATOMO_VERSION 5.7.1
60+
ENV MATOMO_VERSION 5.8.0
6161

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

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
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.7.1
66+
ENV MATOMO_VERSION 5.8.0
6767

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

0 commit comments

Comments
 (0)