Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 5532876

Browse files
committed
update version
1 parent e8d092c commit 5532876

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM clojure:tools-deps-1.11.1.1413
22

33
COPY . /driver
44

5-
ARG METABASE_VERSION="v0.47.3"
5+
ARG METABASE_VERSION="v0.49.3"
66

77
RUN curl -Lo - https://github.com/metabase/metabase/archive/refs/tags/${METABASE_VERSION}.tar.gz | tar -xz && mv metabase-* /metabase
88

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
3-
METABASE_VERSION=v0.47.3
3+
METABASE_VERSION=v0.49.3
44

55
build:
66
@echo "build"

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
:aliases
1616
{:dev
1717
{:extra-deps
18-
{io.github.metabase/metabase {:git/tag "v0.47.3", :git/sha "4202328"}}}}}
18+
{io.github.metabase/metabase {:git/tag "v0.49.3", :git/sha "4202328"}}}}}

0 commit comments

Comments
 (0)