[libass] Bump meson version (#6888)

This commit is contained in:
AdamKorcz 2021-11-22 20:30:59 +00:00 committed by GitHub
parent 240ecb837e
commit 93653634e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfontconfig1-dev libfreetype-dev libfribidi-dev python3-pip && \
pip3 install meson==0.53.0 ninja
pip3 install meson==0.55.0 ninja
RUN git clone --depth 1 https://github.com/libass/libass.git
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git