Skip to content

Commit

Permalink
Update jenkins Java deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfxyjwf committed May 12, 2017
1 parent 129a6e2 commit 49a56da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ENV MVN mvn --batch-mode
RUN cd /tmp && \
git clone https://github.com/google/protobuf.git && \
cd protobuf && \
git reset --hard c2b3b3e04e7a023efe06f2107705b45428847800 && \
git reset --hard 129a6e2aca95dcfb6c3e717d7b9cca1f104fde39 && \
./autogen.sh && \
./configure && \
make -j4 && \
Expand Down

0 comments on commit 49a56da

Please sign in to comment.