Skip to content

Commit 9cf3544

Browse files
authored
Bump Hoverfly version in devcontainer
1 parent 0843b4f commit 9cf3544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.9.5 \
64+
&& export HOVERFLY_VERSION=v1.10.0 \
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" \

0 commit comments

Comments
 (0)