Skip to content

Commit

Permalink
Update constants.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Dec 21, 2024
1 parent 310e802 commit 69d6fda
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.8.1.017"
Pg15Image = "supabase/postgres:15.8.1.020"
// 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 69d6fda

Please sign in to comment.