Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel committed Nov 27, 2024
1 parent 175b438 commit 3bcf4d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/datasource-mongo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
MONGO_INITDB_ROOT_PASSWORD: secret

ssh-server:
image: lscr.io/linuxserver/openssh-server:latest
image: lscr.io/linuxserver/openssh-server:9.7_p1-r4-ls173
container_name: ssh_server_mongo
environment:
- PUID=1000
Expand All @@ -24,4 +24,4 @@ services:
volumes:
- ./test/ssh-config:/config
ports:
- '2224:2222'
- '2224:2222'
2 changes: 1 addition & 1 deletion packages/datasource-sql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
- PROXY_PASSWORD=password

ssh-server:
image: lscr.io/linuxserver/openssh-server:latest
image: lscr.io/linuxserver/openssh-server:9.7_p1-r4-ls173
container_name: ssh_server
environment:
- PUID=1000
Expand Down

0 comments on commit 3bcf4d9

Please sign in to comment.