Upgrading both postgres image and postgres client in app.

This commit is contained in:
Tomasz Półgrabia 2024-07-29 23:28:50 +02:00
parent 4cc88602e1
commit b6789f9366
3 changed files with 176 additions and 4 deletions

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:11
image: postgres:16
ports:
- '5432:5432'
volumes: