Skip to content

Commit

Permalink
[docker] use hotfix release 0.12.1
Browse files Browse the repository at this point in the history
Summary: fixes #718

Reviewed By: sblackshear, jeremydubreil

Differential Revision: D5737301

fbshipit-source-id: 65a56a5
  • Loading branch information
jvillard authored and facebook-github-bot committed Aug 30, 2017
1 parent 1c375a1 commit c025d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

# Download the latest Infer release
RUN INFER_VERSION=v0.12.0; \
RUN INFER_VERSION=v0.12.1; \
cd /opt && \
curl -sL \
https://github.com/facebook/infer/releases/download/${INFER_VERSION}/infer-linux64-${INFER_VERSION}.tar.xz | \
Expand Down

0 comments on commit c025d56

Please sign in to comment.