diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 177514e..de1449b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: services: hoverfly: - image: spectolabs/hoverfly:v1.1.5 + image: spectolabs/hoverfly:v1.3.2 ports: - 8500:8500 - 8888:8888 diff --git a/pytest_hoverfly/base.py b/pytest_hoverfly/base.py index 9b7c567..51daf07 100644 --- a/pytest_hoverfly/base.py +++ b/pytest_hoverfly/base.py @@ -14,7 +14,7 @@ from docker.models.containers import Container -IMAGE = "spectolabs/hoverfly:v1.1.5" +IMAGE = "spectolabs/hoverfly:v1.3.2" CONTAINER_BASENAME = "test-hoverfly"