Skip to content

Commit

Permalink
Merge pull request #6 from PostHog/ch_driver_1.5.0
Browse files Browse the repository at this point in the history
Bump the Clickhouse metabase driver to 1.5.0
  • Loading branch information
fuziontech committed May 30, 2024
2 parents 732dc06 + 126c81e commit 12f6655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /app
COPY --from=metabase/metabase-enterprise:v1.49.13 /app /app

# Copy the ClickHouse driver
ADD --chmod=744 https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/1.1.7/clickhouse.metabase-driver.jar /app/plugins/
ADD --chmod=744 https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/1.5.0/clickhouse.metabase-driver.jar /app/plugins/

RUN chown -R metabase /app

Expand Down

0 comments on commit 12f6655

Please sign in to comment.