Skip to content

Commit

Permalink
Release 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adriannuta authored May 3, 2018
1 parent 5adf214 commit b8a9afa
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 @@ -12,7 +12,7 @@ RUN apk add --no-cache \
mariadb-client
RUN mkdir /build && cd /build \
&& git clone https://github.com/manticoresoftware/manticore.git --single-branch \
&& cd manticore && git checkout tags/2.6.3 \
&& cd manticore && git checkout tags/2.6.4 \
&& mkdir -p build && cd build \
&& cmake \
-D SPLIT_SYMBOLS=1 \
Expand Down

0 comments on commit b8a9afa

Please sign in to comment.