Skip to content

Commit 6c59791

Browse files
author
subrata-ms
committed
pipeline versionning fix
1 parent 1263895 commit 6c59791

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,14 +1395,12 @@ jobs:
13951395
13961396
- script: |
13971397
# Create a Docker container for testing on x86_64
1398-
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1399-
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
14001398
docker run -d --name test-container-alpine \
14011399
--platform linux/amd64 \
14021400
-v $(Build.SourcesDirectory):/workspace \
14031401
-w /workspace \
14041402
--network bridge \
1405-
alpine:3.22 \
1403+
alpine:latest \
14061404
tail -f /dev/null
14071405
displayName: 'Create Alpine x86_64 container'
14081406

0 commit comments

Comments
 (0)