[infer][PR] Docker: Update to Infer v0.10.0

Summary:
Given #524 was required to do the last manual update, perhaps the Dockerfile could be updated as part of the release process instead of catching it after the fact?

Cheers!
Closes https://github.com/facebook/infer/pull/585

Reviewed By: akotulski

Differential Revision: D4620311

Pulled By: jvillard

fbshipit-source-id: fa74d95
master
Matthew Haughton 8 years ago committed by Facebook Github Bot
parent 6d6d6f6efa
commit a0b596d4b8

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

Loading…
Cancel
Save