From ad7af2a86486e54537911c6f4b79d8e052f5bc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Sat, 18 Nov 2023 12:36:12 +0000 Subject: [PATCH] chore: Update Metabase (#2451) --- 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 aaaa7df04b..1f2e6aa6e4 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.45.3 + image: metabase/metabase:v0.47.8 profiles: ["analytics"] ports: - "${METABASE_PORT}:${METABASE_PORT}" diff --git a/infrastructure/application/index.ts b/infrastructure/application/index.ts index 46a982965f..2dec97ad36 100644 --- a/infrastructure/application/index.ts +++ b/infrastructure/application/index.ts @@ -160,7 +160,7 @@ export = async () => { }), container: { // if changing, also check docker-compose.yml - image: "metabase/metabase:v0.45.3", + image: "metabase/metabase:v0.47.8", portMappings: [metabaseListenerHttp], // When changing `memory`, also update `JAVA_OPTS` below memory: 4096 /*MB*/,