Skip to content

Commit 456bb49

Browse files
Update to 4.4.1
1 parent 3b28f50 commit 456bb49

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
@@ -62,7 +62,7 @@ RUN { \
6262
echo 'opcache.fast_shutdown=1'; \
6363
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
6464

65-
ENV MATOMO_VERSION 4.4.0
65+
ENV MATOMO_VERSION 4.4.1
6666

6767
RUN set -ex; \
6868
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 4.4.0
60+
ENV MATOMO_VERSION 4.4.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
@@ -62,7 +62,7 @@ RUN { \
6262
echo 'opcache.fast_shutdown=1'; \
6363
} > /usr/local/etc/php/conf.d/opcache-recommended.ini
6464

65-
ENV MATOMO_VERSION 4.4.0
65+
ENV MATOMO_VERSION 4.4.1
6666

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

0 commit comments

Comments
 (0)