Update docker-start-proxy.ps1 (#2941)

Update to the latest version of the container

Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2021-10-01 14:06:49 -07:00 committed by GitHub
parent fc01933f28
commit cfd115ed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
}
}