Skip to content

Commit bfb7bbb

Browse files
authored
fix unit test that checks all images are the same (#1916)
1 parent 2b2b1f9 commit bfb7bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/web/server/tests/unit/with_dbs/docker-compose-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
depends_on:
3030
- postgres
3131
redis:
32-
image: redis:5.0-alpine
32+
image: redis:5.0.9-alpine
3333
ports:
3434
- "6379:6379"
3535
redis-commander:

services/web/server/tests/unit/with_dbs/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ services:
2222
command: postgres -c tcp_keepalives_idle=600 -c tcp_keepalives_interval=600 -c tcp_keepalives_count=5
2323

2424
redis:
25-
image: redis:5.0-alpine
25+
image: redis:5.0.9-alpine
2626
ports:
2727
- "6379:6379"

0 commit comments

Comments
 (0)