Skip to content

Commit

Permalink
Bump runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Serrat authored and Marc Serrat committed Nov 17, 2021
1 parent 3997326 commit e438165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
eaas_e2e_asyncmock_dev:
container_name: eaas_e2e_asyncmock_dev
image: cloudblueconnect/connect-extension-runner:23.4
image: cloudblueconnect/connect-extension-runner:24.5
command: cextrun -d
volumes:
- .:/extension
Expand All @@ -12,7 +12,7 @@ services:

eaas_e2e_asyncmock_bash:
container_name: eaas_e2e_asyncmock_bash
image: cloudblueconnect/connect-extension-runner:23.4
image: cloudblueconnect/connect-extension-runner:24.5
working_dir: /extension
command: /bin/bash
stdin_open: true
Expand All @@ -24,7 +24,7 @@ services:

eaas_e2e_asyncmock_test:
container_name: eaas_e2e_asyncmock_test
image: cloudblueconnect/connect-extension-runner:23.4
image: cloudblueconnect/connect-extension-runner:24.5
working_dir: /extension
command: /bin/bash -c "poetry install && pytest --verbose --cov=connect_ext --cov-report=html --cov-report=term-missing:skip-covered"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "./README.md"

[tool.poetry.dependencies]
python = "^3.8"
connect-extension-runner = "^23.5"
connect-extension-runner = "^24.0"

[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
Expand Down

0 comments on commit e438165

Please sign in to comment.