From e7fe14c01d3928d422af29dce2a7b5067106071b Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sat, 15 Aug 2026 20:36:48 +0000 Subject: [PATCH] chore: bump bridge DBs from postgres:13-alpine to postgres:16-alpine --- compose.discord.yml | 2 +- compose.signal.yml | 2 +- compose.telegram.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.discord.yml b/compose.discord.yml index 84bc62d..947917c 100644 --- a/compose.discord.yml +++ b/compose.discord.yml @@ -30,7 +30,7 @@ services: - internal discorddb: - image: postgres:13-alpine + image: postgres:16-alpine secrets: - discord_db_password environment: diff --git a/compose.signal.yml b/compose.signal.yml index 7ebb972..de29c62 100644 --- a/compose.signal.yml +++ b/compose.signal.yml @@ -35,7 +35,7 @@ services: - internal signaldb: - image: postgres:13-alpine + image: postgres:16-alpine secrets: - signal_db_password environment: diff --git a/compose.telegram.yml b/compose.telegram.yml index 2869fe8..db5c4ed 100644 --- a/compose.telegram.yml +++ b/compose.telegram.yml @@ -40,7 +40,7 @@ services: - internal telegramdb: - image: postgres:13-alpine + image: postgres:16-alpine secrets: - telegram_db_password environment: