From 28eac084e41967ac91082732f56c67ec0b87834c Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Wed, 6 Apr 2022 09:15:20 +0200 Subject: [PATCH] Bumped matrix db versions --- stacks/matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/matrix.yml b/stacks/matrix.yml index 51551a8..4643d62 100644 --- a/stacks/matrix.yml +++ b/stacks/matrix.yml @@ -53,7 +53,7 @@ services: - 'facebook:/data' facebook-db: - image: 'postgres:14.1-alpine' + image: 'postgres:14.2-alpine' deploy: mode: 'replicated' @@ -109,7 +109,7 @@ services: - 'signald:/signald' signal-db: - image: 'postgres:14.1-alpine' + image: 'postgres:14.2-alpine' deploy: mode: 'replicated'