Skip to content

Commit

Permalink
chore(deps): upgrade pg15 to 15.8.1.017
Browse files Browse the repository at this point in the history
Fixes: #2902
  • Loading branch information
avallete committed Dec 17, 2024
1 parent 9432d43 commit ee122a8
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.143"
Pg15Image = "supabase/postgres:15.8.1.017"
// 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 ee122a8

Please sign in to comment.