From 0ecf1dd53897cf9bcc3835beda0673c0f699400e Mon Sep 17 00:00:00 2001 From: Sean Kane <68240067+seankane-msft@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:22:53 -0400 Subject: [PATCH] Update docker-start-proxy.ps1 Update to the latest version of the container --- eng/common/testproxy/docker-start-proxy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/testproxy/docker-start-proxy.ps1 b/eng/common/testproxy/docker-start-proxy.ps1 index 6e0d0edd2b64..d32cb4b43f48 100644 --- a/eng/common/testproxy/docker-start-proxy.ps1 +++ b/eng/common/testproxy/docker-start-proxy.ps1 @@ -25,7 +25,7 @@ catch { Write-Error "Please check your docker invocation and try running the script again." } -$SELECTED_IMAGE_TAG = "1084681" +$SELECTED_IMAGE_TAG = "1108695" $CONTAINER_NAME = "ambitious_azsdk_test_proxy" $LINUX_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG}" $WINDOWS_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG}" @@ -80,4 +80,4 @@ if ($Mode -eq "stop"){ docker container stop $CONTAINER_NAME } } -} \ No newline at end of file +}