Skip to content

Commit e929b96

Browse files
committed
fix(api): update kong image to address vulnerability
1 parent b322db7 commit e929b96

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
@@ -6,7 +6,7 @@ const (
66
Pg15Image = "supabase/postgres:15.1.1.78"
77
// Append to ServiceImages when adding new dependencies below
88
// TODO: try https://github.com/axllent/mailpit
9-
kongImage = "library/kong:2.8.1"
9+
kongImage = "library/kong:2.8.5-alpine"
1010
inbucketImage = "inbucket/inbucket:3.0.3"
1111
postgrestImage = "postgrest/postgrest:v12.2.0"
1212
pgmetaImage = "supabase/postgres-meta:v0.84.2"

0 commit comments

Comments
 (0)