We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12cd7c commit a3bd45aCopy full SHA for a3bd45a
docker/Dockerfile
@@ -18,7 +18,7 @@ RUN \
18
&& apt-get update \
19
&& apt-get install -y \
20
libexpat1=2.2.9-1build1 \
21
- libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.1 \
+ libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.2 \
22
libglib2.0-0=2.64.6-1~ubuntu20.04.4 \
23
libgomp1=10.3.0-1ubuntu1~20.04 \
24
libharfbuzz0b=2.6.4-1ubuntu4 \
@@ -59,7 +59,7 @@ RUN \
59
&& \
60
echo "**** Install MESA Media Drivers for AMD VAAPI ****" \
61
62
- mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.1 \
+ mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.2 \
63
64
echo "**** Remove build packages ****" \
65
&& apt-get remove -y \
0 commit comments