Skip to content

Commit 84db3a0

Browse files
authored
Fix slave container used for 202411 branch (#504)
Use the master branch tag instead of the bookworm branch tag to get the slave container. Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent 276873a commit 84db3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeoutInMinutes: ${{ parameters.timeout }}
4343

4444
container:
45-
image: sonicdev-microsoft.azurecr.io:443/${{ parameters.sonic_slave }}:bookworm
45+
image: sonicdev-microsoft.azurecr.io:443/${{ parameters.sonic_slave }}:202411
4646

4747
steps:
4848
- checkout: self

0 commit comments

Comments
 (0)