Skip to content

Commit

Permalink
Update metabase/metabase Docker tag to v0.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent cfecc01 commit 9bed078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ services:
retries: 5
test: [CMD-SHELL, curl, --fail, -I, http://localhost:3000/api/health || exit 1]
timeout: 5s
image: "metabase/metabase:${METABASE_VERSION:-v0.51.1}"
image: "metabase/metabase:${METABASE_VERSION:-v0.51.2}"
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit 9bed078

Please sign in to comment.