update postgres version in templates

This commit is contained in:
Amruth Pillai
2024-05-03 23:03:23 +02:00
parent ac9b280bd5
commit 68252c35fc
6 changed files with 6 additions and 6 deletions

View File

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