From 8999ebfc96aecf7fb7987dfebc5547926e24776c Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Thu, 25 Jul 2024 14:16:38 +0800 Subject: [PATCH] fix(db): bump postgres version for new wrappers --- 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"