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 b322db7 commit e929b96Copy full SHA for e929b96
pkg/config/constants.go
@@ -6,7 +6,7 @@ const (
6
Pg15Image = "supabase/postgres:15.1.1.78"
7
// Append to ServiceImages when adding new dependencies below
8
// TODO: try https://github.com/axllent/mailpit
9
- kongImage = "library/kong:2.8.1"
+ kongImage = "library/kong:2.8.5-alpine"
10
inbucketImage = "inbucket/inbucket:3.0.3"
11
postgrestImage = "postgrest/postgrest:v12.2.0"
12
pgmetaImage = "supabase/postgres-meta:v0.84.2"
0 commit comments