From a732ac6647aed417e779ad67be99261d48486c78 Mon Sep 17 00:00:00 2001 From: ollie <107874766+zz-hh-aa@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:16:45 +0100 Subject: [PATCH] chore: update Metabase to v0.50.26 (#3704) --- docker-compose.yml | 2 +- infrastructure/application/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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*/,