Skip to content

Commit 1fc0101

Browse files
Update to 5.5.0
1 parent b363981 commit 1fc0101

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.4.0
66+
ENV MATOMO_VERSION 5.5.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.4.0
60+
ENV MATOMO_VERSION 5.5.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.4.0
66+
ENV MATOMO_VERSION 5.5.0
6767

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

0 commit comments

Comments
 (0)