1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 05:25:29 +02:00

chore: Bump postgres version to 16 in compose files

This commit is contained in:
Maksim Eltyshev 2024-10-22 20:22:23 +02:00
parent 98413d759a
commit 87c1eeb5f8
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ services:
condition: service_healthy
postgres:
image: postgres:14-alpine
image: postgres:16-alpine
restart: on-failure
volumes:
- db-data:/var/lib/postgresql/data