Skip to content

Commit

Permalink
Bump default version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WouldYouKindly committed Jul 6, 2021
1 parent d840297 commit 07d0f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

services:
hoverfly:
image: spectolabs/hoverfly:v1.1.5
image: spectolabs/hoverfly:v1.3.2
ports:
- 8500:8500
- 8888:8888
Expand Down
2 changes: 1 addition & 1 deletion pytest_hoverfly/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 07d0f9f

Please sign in to comment.