Skip to content

Commit

Permalink
Update default version of metabase
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Nov 16, 2023
1 parent d87571e commit 46609f4
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 @@ -107,7 +107,7 @@ services:
MAUTIC_RUN_CRON_JOBS: ${MAUTIC_RUN_CRON_JOBS-}
restart: ${MAUTIC_RESTART_POLICY-no}
metabase:
image: metabase/metabase:${METABASE_VERSION-v0.47.1}
image: metabase/metabase:${METABASE_VERSION-v0.47.7}
container_name: ${METABASE_CONTAINER_NAME-}
ports:
- 3001:3000
Expand Down
2 changes: 1 addition & 1 deletion docs/metabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker compose up -d metabase

| **Name** | **Default** |
| ----------------------- | ----------- |
| METABASE_VERSION | v0.46.6.4 |
| METABASE_VERSION | v0.47.7 |
| METABASE_CONTAINER_NAME | |
| METABASE_RESTART_POLICY | no |

0 comments on commit 46609f4

Please sign in to comment.