From a0afe895290a03d59a7910d96c20838bf86c02b2 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Thu, 18 Jul 2024 11:19:06 +0300 Subject: [PATCH] Bump Hoverfly version in devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b032da5..08e2e0b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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.0 \ + && export HOVERFLY_VERSION=v1.10.1 \ && 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" \