Skip to content

Commit

Permalink
Upgrade Matomo to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch MacKenzie committed Sep 5, 2024
1 parent 14940c5 commit dc1a210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matomo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM nginx

ARG TARGETARCH

ARG MATOMO_VERSION="5.0.3"
ARG MATOMO_VERSION="5.1.1"
ARG MATOMO_FILE="${MATOMO_VERSION}.tar.gz"
ARG MATOMO_URL="https://builds.matomo.org/matomo-${MATOMO_FILE}"
ARG MATOMO_SHA256="cd656ee7df4b29ac453456c6b9708d8264093ac2c99d6669d2830f31624cd626"
ARG MATOMO_SHA256="c62e91f4efe93b106081aebec30ab38b00ca2bb43522ca6576fc60fb49a975e4"

ARG EXTRA_TOOLS_VERSION="5.0.1"
ARG EXTRA_TOOLS_FILE="${EXTRA_TOOLS_VERSION}.tar.gz"
Expand Down

0 comments on commit dc1a210

Please sign in to comment.