Skip to content

Commit

Permalink
Bump the Clickhouse metabase driver to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed May 30, 2024
1 parent 732dc06 commit 126c81e
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 126c81e

Please sign in to comment.