Skip to content

Commit 36fb682

Browse files
updating proxy to use latest version (Azure#23955)
Co-authored-by: seankane-msft <[email protected]>
1 parent 6e21797 commit 36fb682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/testproxy/docker-start-proxy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ catch {
2525
Write-Error "Please check your docker invocation and try running the script again."
2626
}
2727

28-
$SELECTED_IMAGE_TAG = "1037115"
28+
$SELECTED_IMAGE_TAG = "1084681"
2929
$CONTAINER_NAME = "ambitious_azsdk_test_proxy"
3030
$LINUX_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-lin:${SELECTED_IMAGE_TAG}"
3131
$WINDOWS_IMAGE_SOURCE = "azsdkengsys.azurecr.io/engsys/testproxy-win:${SELECTED_IMAGE_TAG}"
@@ -42,7 +42,7 @@ $SelectedImage = $LINUX_IMAGE_SOURCE
4242
$Initial = ""
4343

4444
# most of the time, running this script on a windows machine will work just fine, as docker defaults to linux containers
45-
# however, in CI, windows images default to _windows_ containers. We cannot swap them. We can tell if we're in a CI build by
45+
# however, in CI, windows images default to _windows_ containers. We cannot swap them. We can tell if we're in a CI build by
4646
# checking for the environment variable TF_BUILD.
4747
if ($IsWindows -and $env:TF_BUILD){
4848
$SelectedImage = $WINDOWS_IMAGE_SOURCE

0 commit comments

Comments
 (0)