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 52181b3 commit ec1ddb1Copy full SHA for ec1ddb1
internal/utils/misc.go
@@ -29,7 +29,7 @@ var Version string
29
const (
30
Pg13Image = "supabase/postgres:13.3.0"
31
Pg14Image = "supabase/postgres:14.1.0.89"
32
- Pg15Image = "supabase/postgres:15.1.0.33"
+ Pg15Image = "supabase/postgres:15.1.0.42-rc2"
33
// Append to ServiceImages when adding new dependencies below
34
KongImage = "library/kong:2.8.1"
35
InbucketImage = "inbucket/inbucket:3.0.3"
0 commit comments