Skip to content

Commit

Permalink
increase matomo to recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Buresch committed Apr 30, 2024
1 parent 0fcc9df commit 6b76175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eo pipefail
WORKDIR=$(realpath $0 | xargs dirname | xargs dirname)

export FROM_IMAGE=${FROM_IMAGE:-php:8.2.18-fpm-bookworm}
PHP_VERSION=${PHP_VERSION:-8.2.18} # 8.2.18, 8.3.6
PHP_VERSION=${PHP_VERSION:-8.2.18}
VERSION=${VERSION:-`cat $WORKDIR/VERSION`}
IMAGE_NAME=${IMAGE_NAME:-local/claranet/php}
IMAGE_TAG=${IMAGE_TAG:-$VERSION-php$PHP_VERSION}
Expand Down Expand Up @@ -41,6 +41,7 @@ case "$1" in
build_image ${IMAGE}
;;
test)
echo ${IMAGE}
test_image ${IMAGE}
;;
publish)
Expand Down
5 changes: 3 additions & 2 deletions example/matomo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM ${IMAGE}
#FROM ${IMAGE}
FROM local/claranet/php:1.1.58-php8.2.18

ENV DOCUMENT_ROOT="${WORKDIR}" \
COMPRESS_FILE_PATHS="js"

ENV MATOMO_VERSION="3.5.1" \
ENV MATOMO_VERSION="5.0.3" \
MYSQL_HOST="mysql" \
MYSQL_USER="matomouser"

Expand Down

0 comments on commit 6b76175

Please sign in to comment.