Skip to content

Commit

Permalink
Update CH driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Jul 18, 2024
1 parent 2e8e151 commit 94f54fa
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.19 /app /app

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

RUN chown -R metabase /app

Expand Down

0 comments on commit 94f54fa

Please sign in to comment.