Skip to content

Commit 435dda0

Browse files
Copilotnagilson
andcommitted
Update container tag from alpine319 to alpine322 to match Alpine 3.22 upgrade
Co-authored-by: nagilson <[email protected]>
1 parent 6e63441 commit 435dda0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
alpine322WithNode:
68+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-WithNode
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: alpine322WithNode
219219
runtimeIdentifier: linux-musl-x64
220220
publishArgument: $(_publishArgument)
221221
officialBuildProperties: $(_officialBuildProperties)

.vsts-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ variables:
2727

2828
resources:
2929
containers:
30-
- container: alpine319WithNode
31-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
30+
- container: alpine322WithNode
31+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-WithNode
3232
- container: centosStream9
3333
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
3434
- container: debian12Amd64

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parameters:
5252
osProperties: /p:OSName=linux /p:BuildSdkDeb=true
5353
runTests: true
5454
- categoryName: ContainerBased
55-
container: alpine319WithNode
55+
container: alpine322WithNode
5656
helixTargetContainer: $(helixTargetContainerPrefix)alpine-3.22-helix-amd64
5757
runtimeIdentifier: linux-musl-x64
5858
# Use HostOSName when running on alpine.

0 commit comments

Comments
 (0)