Skip to content

Commit 9b96137

Browse files
#RI-6370 - SSH doesn't work for desktop app tests and web
1 parent 39ec986 commit 9b96137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/api/test/test-runs/oss-st-6-tls-auth-ssh/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.4"
22

33
services:
44
ssh:
5-
image: lscr.io/linuxserver/openssh-server:latest
5+
image: lscr.io/linuxserver/openssh-server:9.7_p1-r4-ls172
66
environment:
77
- PASSWORD_ACCESS=true
88
- USER_PASSWORD=pass

tests/e2e/rte.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
# ssh
2525
ssh:
2626
logging: *logging
27-
image: lscr.io/linuxserver/openssh-server:latest
27+
image: lscr.io/linuxserver/openssh-server:9.7_p1-r4-ls172
2828
environment:
2929
- PASSWORD_ACCESS=true
3030
- USER_PASSWORD=pass

0 commit comments

Comments
 (0)