diff --git a/docker-compose.yml b/docker-compose.yml index 1a0df54e32..4b222ac8e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: metabase: # if changing, also check infrastructure/application/index.ts - image: metabase/metabase:v0.50.22 + image: metabase/metabase:v0.50.26 profiles: ["analytics"] ports: - "${METABASE_PORT}:${METABASE_PORT}" diff --git a/infrastructure/application/index.ts b/infrastructure/application/index.ts index 77d2fca188..0bcaf4dba5 100644 --- a/infrastructure/application/index.ts +++ b/infrastructure/application/index.ts @@ -184,7 +184,7 @@ export = async () => { }), container: { // if changing, also check docker-compose.yml - image: "metabase/metabase:v0.50.22", + image: "metabase/metabase:v0.50.26", portMappings: [metabaseListenerHttp], // When changing `memory`, also update `JAVA_OPTS` below memory: 4096 /*MB*/,