From 1179ca6599ccdf497153449208b554156ae77744 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Fri, 26 Jul 2024 00:18:50 +0800 Subject: [PATCH] fix(db): bump postgres version for new wrappers (#2555) --- pkg/config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/constants.go b/pkg/config/constants.go index e42369062..248bd8e2e 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -3,7 +3,7 @@ package config const ( pg13Image = "supabase/postgres:13.3.0" pg14Image = "supabase/postgres:14.1.0.89" - Pg15Image = "supabase/postgres:15.1.1.61" + Pg15Image = "supabase/postgres:15.1.1.78" // Append to ServiceImages when adding new dependencies below // TODO: try https://github.com/axllent/mailpit kongImage = "library/kong:2.8.1"