Skip to content

Commit

Permalink
Merge pull request #500 from OP-TED/feature/TED4-29
Browse files Browse the repository at this point in the history
metabase version update
  • Loading branch information
Dragos0000 authored Oct 4, 2023
2 parents 6c12c06 + 54084cc commit 6eb5687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/aws/create-and-deploy-images.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REGION=eu-west-1
FUSEKI_IMAGE=docker.io/secoresearch/fuseki:4.5.0
METABASE_IMAGE=docker.io/metabase/metabase:v0.44.6
METABASE_IMAGE=docker.io/metabase/metabase:v0.47.2
MONGO_EXPRESS_IMAGE=docker.io/mongo-express:0.54.0
SFTP_IMAGE=docker.io/atmoz/sftp:debian

Expand Down
2 changes: 1 addition & 1 deletion infra/metabase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
metabase:
container_name: metabase-${ENVIRONMENT}
restart: unless-stopped
image: metabase/metabase:v0.44.6
image: metabase/metabase:v0.47.2
environment:
- MB_DB_TYPE=postgres
- MB_DB_DBNAME=${ENV_MB_DB_DBNAME}
Expand Down

0 comments on commit 6eb5687

Please sign in to comment.