Skip to content

Commit 44f593e

Browse files
azure-sdkscbedd
andauthored
update to latest test-proxy tag (Azure#24820)
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
1 parent d69cfbc commit 44f593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 = "1084681"
28+
$SELECTED_IMAGE_TAG = "1147815"
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}"

0 commit comments

Comments
 (0)