Skip to content

Commit 8bacd9a

Browse files
Update to 5.6.1
1 parent acf8182 commit 8bacd9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6.0
66+
ENV MATOMO_VERSION 5.6.1
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.6.0
60+
ENV MATOMO_VERSION 5.6.1
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.6.0
66+
ENV MATOMO_VERSION 5.6.1
6767

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

0 commit comments

Comments
 (0)