Skip to content

Commit

Permalink
fix(api): update kong image to address vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Oct 28, 2024
1 parent b322db7 commit e929b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
Pg15Image = "supabase/postgres:15.1.1.78"
// Append to ServiceImages when adding new dependencies below
// TODO: try https://github.com/axllent/mailpit
kongImage = "library/kong:2.8.1"
kongImage = "library/kong:2.8.5-alpine"
inbucketImage = "inbucket/inbucket:3.0.3"
postgrestImage = "postgrest/postgrest:v12.2.0"
pgmetaImage = "supabase/postgres-meta:v0.84.2"
Expand Down

0 comments on commit e929b96

Please sign in to comment.