Skip to content

Commit

Permalink
chore: update Metabase to v0.50.22 (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa authored Aug 28, 2024
1 parent f5323c9 commit 44656c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

metabase:
# if changing, also check infrastructure/application/index.ts
image: metabase/metabase:v0.47.8
image: metabase/metabase:v0.50.22
profiles: ["analytics"]
ports:
- "${METABASE_PORT}:${METABASE_PORT}"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export = async () => {
}),
container: {
// if changing, also check docker-compose.yml
image: "metabase/metabase:v0.47.8",
image: "metabase/metabase:v0.50.22",
portMappings: [metabaseListenerHttp],
// When changing `memory`, also update `JAVA_OPTS` below
memory: 4096 /*MB*/,
Expand Down

0 comments on commit 44656c2

Please sign in to comment.