Skip to content

Commit

Permalink
chore: Update Metabase (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Nov 18, 2023
1 parent 96adf16 commit ad7af2a
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.45.3
image: metabase/metabase:v0.47.8
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 @@ -160,7 +160,7 @@ export = async () => {
}),
container: {
// if changing, also check docker-compose.yml
image: "metabase/metabase:v0.45.3",
image: "metabase/metabase:v0.47.8",
portMappings: [metabaseListenerHttp],
// When changing `memory`, also update `JAVA_OPTS` below
memory: 4096 /*MB*/,
Expand Down

0 comments on commit ad7af2a

Please sign in to comment.