Skip to content

Commit f5df11d

Browse files
authored
fix(db): upgrade pg15 to 15.8.1.020 (#2978)
1 parent f81c17b commit f5df11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package config
33
const (
44
pg13Image = "supabase/postgres:13.3.0"
55
pg14Image = "supabase/postgres:14.1.0.89"
6-
Pg15Image = "supabase/postgres:15.6.1.143"
6+
Pg15Image = "supabase/postgres:15.8.1.020"
77
// Append to ServiceImages when adding new dependencies below
88
// TODO: try https://github.com/axllent/mailpit
99
kongImage = "library/kong:2.8.1"

0 commit comments

Comments
 (0)