Skip to content

Commit

Permalink
metabase: set default versions
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
  • Loading branch information
championswimmer committed Feb 18, 2024
1 parent 5cc22e1 commit a5af1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metabase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG METABASE_VERSION
ARG METABASE_VERSION=v0.48.6
FROM alpine as builder

ARG METABASE_CLICKHOUSE_DRIVER_VERSION
ARG METABASE_CLICKHOUSE_DRIVER_VERSION=1.3.2

RUN apk add --no-cache wget
RUN apk add --no-cache ca-certificates
Expand Down

0 comments on commit a5af1ca

Please sign in to comment.