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:
parent
fc01933f28
commit
cfd115ed59
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user