ci: pin postgres version to 15

This commit is contained in:
Amruth Pillai
2023-11-23 22:34:33 +01:00
parent 563abc074c
commit bdcae326f4
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ version: "3.8"
services:
# Database (Postgres)
postgres:
image: postgres:alpine
image: postgres:15-alpine
restart: unless-stopped
volumes:
- postgres_data:/var/lib/postgresql/data