Skip to content

Commit ec1ddb1

Browse files
committed
fix: bump postgres image to latest slim
1 parent 52181b3 commit ec1ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var Version string
2929
const (
3030
Pg13Image = "supabase/postgres:13.3.0"
3131
Pg14Image = "supabase/postgres:14.1.0.89"
32-
Pg15Image = "supabase/postgres:15.1.0.33"
32+
Pg15Image = "supabase/postgres:15.1.0.42-rc2"
3333
// Append to ServiceImages when adding new dependencies below
3434
KongImage = "library/kong:2.8.1"
3535
InbucketImage = "inbucket/inbucket:3.0.3"

0 commit comments

Comments
 (0)