python 3.14, pgsql 17

This commit is contained in:
Mateusz Gruszczyński
2025-09-27 21:49:09 +02:00
parent 6236657d9a
commit 34065bc288

View File

@@ -44,7 +44,7 @@ services:
restart: unless-stopped
pgsql:
image: postgres:latest
image: postgres:17
container_name: lista-zakupow-pgsql-db
environment:
POSTGRES_DB: ${DB_NAME}