We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1263895 commit 6c59791Copy full SHA for 6c59791
eng/pipelines/pr-validation-pipeline.yml
@@ -1395,14 +1395,12 @@ jobs:
1395
1396
- script: |
1397
# 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
1400
docker run -d --name test-container-alpine \
1401
--platform linux/amd64 \
1402
-v $(Build.SourcesDirectory):/workspace \
1403
-w /workspace \
1404
--network bridge \
1405
- alpine:3.22 \
+ alpine:latest \
1406
tail -f /dev/null
1407
displayName: 'Create Alpine x86_64 container'
1408
0 commit comments