fix(benchmark): Pin redis and postgres versions (#11131)

This commit is contained in:
Tomi Turtiainen
2024-10-07 13:23:32 +03:00
committed by GitHub
parent 1b84b0e5e7
commit c74bc10da5
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ services:
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
postgres:
image: postgres:16
image: postgres:16.4
restart: always
user: root:root
environment: