Skip to content

Commit bd59307

Browse files
Bump SpectoLabs/hoverfly from 1.10.5 to 1.10.6 (#479)
* Bump SpectoLabs/hoverfly from 1.10.5 to 1.10.6 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](SpectoLabs/hoverfly@v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: SpectoLabs/hoverfly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Hoverfly version in devcontainer --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <john@agilepathway.co.uk>
1 parent 84430b4 commit bd59307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN mkdir -p /tmp/hoverfly \
6161
&& cd /tmp/hoverfly || exit \
6262
&& export HOVERFLY_PLATFORM=linux_amd64 \
6363
&& export HOVERFLY_PLATFORM=linux_amd64 \
64-
&& export HOVERFLY_VERSION=v1.10.5 \
64+
&& export HOVERFLY_VERSION=v1.10.6 \
6565
&& export "HOVERFLY_BUNDLE=hoverfly_bundle_$HOVERFLY_PLATFORM" \
6666
&& wget -q --show-progress "https://github.com/SpectoLabs/hoverfly/releases/download/$HOVERFLY_VERSION/$HOVERFLY_BUNDLE.zip" \
6767
&& unzip "$HOVERFLY_BUNDLE.zip" \

.github/workflows/dependabot_hack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: golang/tools@gopls/v0
2727
- uses: go-delve/delve@v1
2828
- uses: golangci/golangci-lint@v1
29-
- uses: SpectoLabs/hoverfly@v1.10.5
29+
- uses: SpectoLabs/hoverfly@v1.10.6

0 commit comments

Comments
 (0)