File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ extends:
6464 template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
6565 parameters :
6666 containers :
67- alpine319WithNode :
68- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
67+ alpine322Amd64 :
68+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
6969 centosStream9 :
7070 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
7171 debian12Amd64 :
@@ -215,7 +215,7 @@ extends:
215215 runTests : false
216216 # ## MUSL ###
217217 - categoryName : Musl
218- container : alpine319WithNode
218+ container : alpine322Amd64
219219 runtimeIdentifier : linux-musl-x64
220220 publishArgument : $(_publishArgument)
221221 officialBuildProperties : $(_officialBuildProperties)
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ variables:
2727
2828resources :
2929 containers :
30- - container : alpine319WithNode
31- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
30+ - container : alpine322Amd64
31+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
3232 - container : centosStream9
3333 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
3434 - container : debian12Amd64
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ parameters:
5252 osProperties : /p:OSName=linux /p:BuildSdkDeb=true
5353 runTests : true
5454 - categoryName : ContainerBased
55- container : alpine319WithNode
56- helixTargetContainer : $(helixTargetContainerPrefix)alpine-3.18 -helix-amd64
55+ container : alpine322Amd64
56+ helixTargetContainer : $(helixTargetContainerPrefix)alpine-3.22 -helix-amd64
5757 runtimeIdentifier : linux-musl-x64
5858 # Use HostOSName when running on alpine.
5959 osProperties : /p:HostOSName=linux-musl
You can’t perform that action at this time.
0 commit comments