Skip to content

Commit

Permalink
feat: update default version of metabase
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Aug 23, 2024
1 parent 51cc98a commit aa29dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- traefik.http.routers.matomo.tls.certresolver=letsencrypt
restart: ${MATOMO_RESTART_POLICY-no}
metabase:
image: metabase/metabase:${METABASE_VERSION-v0.50.19}
image: metabase/metabase:${METABASE_VERSION-v0.50.21.3}
container_name: ${METABASE_CONTAINER_NAME-}
ports:
- 3001:3000
Expand Down

0 comments on commit aa29dee

Please sign in to comment.