diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 071ad3469..190f93bec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - job: container: - image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest + image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:latest displayName: "build" timeoutInMinutes: 60 @@ -34,7 +34,7 @@ stages: - script: | set -ex sudo apt-get update - sudo apt-get install -y thrift-compiler libthrift-0.11.0 libthrift-dev + sudo apt-get install -y thrift-compiler libthrift-dev displayName: "Install thrift compiler" - script: | set -ex