Skip to content

Commit

Permalink
fix: bump default postgres for pgmq support (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Dec 6, 2024
1 parent bc1facc commit 9324c89
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 @@ -3,7 +3,7 @@ package config
const (
pg13Image = "supabase/postgres:13.3.0"
pg14Image = "supabase/postgres:14.1.0.89"
Pg15Image = "supabase/postgres:15.6.1.139"
Pg15Image = "supabase/postgres:15.6.1.143"
// Append to ServiceImages when adding new dependencies below
// TODO: try https://github.com/axllent/mailpit
kongImage = "library/kong:2.8.1"
Expand Down

0 comments on commit 9324c89

Please sign in to comment.