Set the new PostgreSQL version in dev-compose and API tests (#1289)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2025-08-22 12:49:23 +03:00
committed by GitHub
parent 1b3ebc3ce7
commit 688463126b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- 3306:3306
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: photoview
POSTGRES_PASSWORD: photosecret

View File

@@ -67,7 +67,7 @@ services:
- "3306"
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
profiles:
- postgres
environment: