Skip to content

Commit

Permalink
update metabase version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Jul 18, 2024
1 parent 12f6655 commit 0b8c9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Once https://github.com/metabase/metabase/issues/13119 will be resolved, please uncomment this
# section to use the official image and remove everything after it.
#
# FROM metabase/metabase-enterprise:v1.49.13
# FROM metabase/metabase-enterprise:v1.49.21
#
# ADD https://github.com/ClickHouse/metabase-clickhouse-driver/releases/download/0.9.2/clickhouse.metabase-driver.jar /plugins/
#
Expand All @@ -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-enterprise:v1.49.13 /app /app
COPY --from=metabase/metabase-enterprise:v1.49.21 /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/
Expand Down

0 comments on commit 0b8c9f1

Please sign in to comment.