Skip to content

Commit

Permalink
Merge pull request #3 from PostHog/danielj/metabase-v0.46.6.1
Browse files Browse the repository at this point in the history
Upgrade to v0.46.6.1
  • Loading branch information
danielxnj committed Jul 21, 2023
2 parents 606a319 + dceba00 commit aa79ade
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 @@ -28,7 +28,7 @@ RUN apt-get update -yq && apt-get install -yq bash fonts-dejavu-core fonts-dejav
WORKDIR /app

# Copy the Metabase app from the offical image
COPY --from=metabase/metabase:v0.44.6 /app /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/
Expand Down

0 comments on commit aa79ade

Please sign in to comment.