Skip to content

Commit 70d21c3

Browse files
Update to 4.12.0
1 parent 66f9a06 commit 70d21c3

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

68-
ENV MATOMO_VERSION 4.11.0
68+
ENV MATOMO_VERSION 4.12.0
6969

7070
RUN set -ex; \
7171
fetchDeps=" \

fpm-alpine/Dockerfile

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

63-
ENV MATOMO_VERSION 4.11.0
63+
ENV MATOMO_VERSION 4.12.0
6464

6565
RUN set -ex; \
6666
apk add --no-cache --virtual .fetch-deps \

fpm/Dockerfile

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

68-
ENV MATOMO_VERSION 4.11.0
68+
ENV MATOMO_VERSION 4.12.0
6969

7070
RUN set -ex; \
7171
fetchDeps=" \

0 commit comments

Comments
 (0)