Skip to content

Commit

Permalink
Extratools needs parity with matomo version, use 4.x with 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Morris committed Aug 10, 2023
1 parent e94f29e commit c541418
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=5e77e2a6b18ba8542a3e4df481c0152dd059de960c49d04f7e789c9bb5753d27

ARG EXTRA_TOOLS_VERSION=5.0.0-beta3
ARG EXTRA_TOOLS_VERSION=4.1.0-beta5
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=96190d6392bc45332eb9033216ea4c436e71496b48ee9a23d4647934d8051cae
ARG EXTRA_TOOLS_SHA256=ce9c9f1d01aaf04e3dfded21d6b9080c1fda633535295dc1c8cd0427bcdc826f

EXPOSE 8000

Expand Down

0 comments on commit c541418

Please sign in to comment.