Skip to content

Commit

Permalink
Downgrade Docker Meson to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 21, 2023
1 parent bda5b2d commit c069c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get install -y --no-install-recommends \
${with_arm32_as:+binutils-arm-linux-gnueabi} \
${with_ppc_as:+binutils-powerpc64le-linux-gnu}

RUN pip3 install meson
RUN pip3 install meson==1.2.3

# Build rizin in a volume to minimize space used by build
COPY . /tmp/rizin/
Expand Down

0 comments on commit c069c31

Please sign in to comment.