File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -ex; \
52
52
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
53
53
rm -rf /var/lib/apt/lists/*
54
54
55
- ENV MATOMO_VERSION 3.6.1
55
+ ENV MATOMO_VERSION 3.7.0
56
56
57
57
RUN set -ex; \
58
58
fetchDeps=" \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN set -ex; \
47
47
apk add --virtual .piwik-phpext-rundeps $runDeps; \
48
48
apk del .build-deps
49
49
50
- ENV MATOMO_VERSION 3.6.1
50
+ ENV MATOMO_VERSION 3.7.0
51
51
52
52
RUN set -ex; \
53
53
apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -ex; \
52
52
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
53
53
rm -rf /var/lib/apt/lists/*
54
54
55
- ENV MATOMO_VERSION 3.6.1
55
+ ENV MATOMO_VERSION 3.7.0
56
56
57
57
RUN set -ex; \
58
58
fetchDeps=" \
You can’t perform that action at this time.
0 commit comments