Skip to content

Commit 46092a9

Browse files
committed
Pin Alpine ARM64 to 3.20 to fix msodbcsql arch mismatch issue
1 parent 5c77e3f commit 46092a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ jobs:
14001400
-v $(Build.SourcesDirectory):/workspace \
14011401
-w /workspace \
14021402
--network bridge \
1403-
alpine:latest \
1403+
alpine:3.22 \
14041404
tail -f /dev/null
14051405
displayName: 'Create Alpine x86_64 container'
14061406
@@ -1642,7 +1642,7 @@ jobs:
16421642
-v $(Build.SourcesDirectory):/workspace \
16431643
-w /workspace \
16441644
--network bridge \
1645-
alpine:latest \
1645+
alpine:3.22 \
16461646
tail -f /dev/null
16471647
displayName: 'Create Alpine ARM64 container'
16481648

0 commit comments

Comments
 (0)