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
docker-compose.ymlmodified+1-1Changes to docker-compose.yml | @@ -32,7 +32,7 @@ services: |
| 32 | 32 | |
| 33 | 33 | |
| 34 | 34 | postgres: |
| 35 | | - image: postgres:15-alpine |
| 35 | + image: postgres:18-alpine |
| 36 | 36 | container_name: ts-cloud-postgres |
| 37 | 37 | ports: |
| 38 | 38 | - "5432:5432" |