Skip to content

Commit

Permalink
fix(db): bump postgres image to 15.1.1.41 (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Apr 29, 2024
1 parent 43ae84d commit 50aa1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/misc.go
Expand Up @@ -26,7 +26,7 @@ var (
const (
Pg13Image = "supabase/postgres:13.3.0"
Pg14Image = "supabase/postgres:14.1.0.89"
Pg15Image = "supabase/postgres:15.1.0.147"
Pg15Image = "supabase/postgres:15.1.1.41"
// Append to ServiceImages when adding new dependencies below
KongImage = "library/kong:2.8.1"
InbucketImage = "inbucket/inbucket:3.0.3"
Expand Down

0 comments on commit 50aa1ab

Please sign in to comment.