Skip to content

Commit

Permalink
Bump Hoverfly version in Devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Sep 5, 2024
1 parent 26f4ea4 commit 7174b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN mkdir -p /tmp/hoverfly \
&& cd /tmp/hoverfly || exit \
&& export HOVERFLY_PLATFORM=linux_amd64 \
&& export HOVERFLY_PLATFORM=linux_amd64 \
&& export HOVERFLY_VERSION=v1.10.3 \
&& export HOVERFLY_VERSION=v1.10.4 \
&& export "HOVERFLY_BUNDLE=hoverfly_bundle_$HOVERFLY_PLATFORM" \
&& wget -q --show-progress "https://github.com/SpectoLabs/hoverfly/releases/download/$HOVERFLY_VERSION/$HOVERFLY_BUNDLE.zip" \
&& unzip "$HOVERFLY_BUNDLE.zip" \
Expand Down

0 comments on commit 7174b74

Please sign in to comment.