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 4d09296 commit 3cbd49dCopy full SHA for 3cbd49d
images/wkdev_sdk/Containerfile
@@ -77,7 +77,7 @@ RUN sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.s
77
${APT_AUTOREMOVE}
78
79
# GStreamer 1.26.x requires at least Meson 1.4. Install the latest version.
80
-RUN pip install meson==1.8.1 --break-system-packages
+RUN pip install meson==1.8.2 --break-system-packages
81
82
# Ensure a strong TLS connection is always used when downloading sensitive files.
83
ARG CURL_DOWNLOAD="curl --proto =https --tlsv1.2 --show-error --silent --fail"
0 commit comments