[analyzer] Update satest dependencies
authorManas <manas18244@iiitd.ac.in>
Tue, 24 Jan 2023 21:06:46 +0000 (02:36 +0530)
committerManas <manas18244@iiitd.ac.in>
Tue, 24 Jan 2023 21:07:16 +0000 (02:37 +0530)
A couple of packages were out-dated while building satest docker image.
This patch updates those.

Reviewed By: steakhal

Differential Revision: https://reviews.llvm.org/D142454

clang/utils/analyzer/Dockerfile

index b92bac6..cc73ed9 100644 (file)
@@ -31,8 +31,8 @@ RUN apt-get install -y \
 
 # symengine dependencies
 RUN apt-get install -y \
-    libgmp10=2:6.1.2+dfsg-2 \
-    libgmp-dev=2:6.1.2+dfsg-2
+    libgmp10=2:6.1.2+dfsg-2ubuntu0.1 \
+    libgmp-dev=2:6.1.2+dfsg-2ubuntu0.1
 
 # simbody dependencies
 RUN apt-get install -y \