Update to Infer v0.9.4.1

Summary:
Also the infer version seems to be reporting the wrong value.

```
$ infer -version
Infer version v0.9.4
```
Closes https://github.com/facebook/infer/pull/524

Differential Revision: D4284090

Pulled By: jvillard

fbshipit-source-id: fd17833
master
Matthew Edwards 8 years ago committed by Facebook Github Bot
parent 7b080e35ce
commit 7d559f4783

@ -44,7 +44,7 @@ RUN VERSION=1.2.2; \
RUN opam init -y --comp=4.02.3
# Download the latest Infer release
RUN INFER_VERSION=v0.9.3; \
RUN INFER_VERSION=v0.9.4.1; \
cd /opt && \
curl -sL \
https://github.com/facebook/infer/releases/download/${INFER_VERSION}/infer-linux64-${INFER_VERSION}.tar.xz | \

Loading…
Cancel
Save