We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81c17b commit f5df11dCopy full SHA for f5df11d
pkg/config/constants.go
@@ -3,7 +3,7 @@ package config
3
const (
4
pg13Image = "supabase/postgres:13.3.0"
5
pg14Image = "supabase/postgres:14.1.0.89"
6
- Pg15Image = "supabase/postgres:15.6.1.143"
+ Pg15Image = "supabase/postgres:15.8.1.020"
7
// Append to ServiceImages when adding new dependencies below
8
// TODO: try https://github.com/axllent/mailpit
9
kongImage = "library/kong:2.8.1"
0 commit comments