Skip to content

Commit

Permalink
Merge pull request #4 from PostHog/danielj/metabase-v0.46.6.1-ch-driver
Browse files Browse the repository at this point in the history
Update CH driver
  • Loading branch information
danielxnj committed Jul 24, 2023
2 parents aa79ade + 0626a0b commit 8c07d57
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:v0.46.6.1 /app /app

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

RUN chown -R metabase /app

Expand Down

0 comments on commit 8c07d57

Please sign in to comment.