ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update postgres docker tag to v18

#10
Merged renovate[bot] wants to merge renovate/postgres-18.x into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

docker-compose.ymlmodified+1-1
Changes to docker-compose.yml
@@ -32,7 +32,7 @@ services:
3232
3333 # PostgreSQL for local database testing
3434 postgres:
35 image: postgres:15-alpine
35 image: postgres:18-alpine
3636 container_name: ts-cloud-postgres
3737 ports:
3838 - "5432:5432"