build-unit-test-docker: Update meson to match poky

Change-Id: I1f3539f8931a0f6831735e487a8382db2c27fe34
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index e38b73a..53e60bb 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -220,7 +220,7 @@
 
 RUN pip install inflection
 RUN pip install pycodestyle
-RUN pip3 install meson==0.49.0
+RUN pip3 install meson==0.50.1
 
 FROM openbmc-base as openbmc-lcov
 RUN curl -L https://github.com/linux-test-project/lcov/archive/${PKG_REV['lcov']}.tar.gz | tar -xz && \