Skip to content

Commit

Permalink
Update Matomo Extra Tools from 5.0.1 -> 5.0.4
Browse files Browse the repository at this point in the history
Required to fix build issue, that was being
covered up by a previously successful cache.
  • Loading branch information
nigelgbanks committed Sep 12, 2024
1 parent 04be359 commit b7d358b
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 @@ -8,10 +8,10 @@ ARG MATOMO_FILE="${MATOMO_VERSION}.tar.gz"
ARG MATOMO_URL="https://builds.matomo.org/matomo-${MATOMO_FILE}"
ARG MATOMO_SHA256="cd656ee7df4b29ac453456c6b9708d8264093ac2c99d6669d2830f31624cd626"

ARG EXTRA_TOOLS_VERSION="5.0.1"
ARG EXTRA_TOOLS_VERSION="5.0.4"
ARG EXTRA_TOOLS_FILE="${EXTRA_TOOLS_VERSION}.tar.gz"
ARG EXTRA_TOOLS_URL="https://github.com/digitalist-se/extratools/archive/refs/tags/${EXTRA_TOOLS_FILE}"
ARG EXTRA_TOOLS_SHA256="e76592e839a6aa0c73189790bed7e0032281e58a6b5b648278844b664367267c"
ARG EXTRA_TOOLS_SHA256="dacb54e3dd8d234ece8ed2454121cbe23870da1d3ea3357c436a43fd651a2e1e"

EXPOSE 8000

Expand Down

0 comments on commit b7d358b

Please sign in to comment.