Skip to content

Commit

Permalink
Merge pull request #172 from AKSW/feature/increaseLibGitDocker
Browse files Browse the repository at this point in the history
Increast libgit version for docker
  • Loading branch information
white-gecko authored Oct 9, 2018
2 parents 43975e3 + 30d5025 commit 5adf29d
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 apt-get update && apt-get -y install \
libssh2-1-dev \
&& rm -rf /var/lib/apt/lists/*

RUN git clone --depth 1 --branch v0.25.1 https://github.com/libgit2/libgit2.git \
RUN git clone --depth 1 --branch v0.27.5 https://github.com/libgit2/libgit2.git \
&& cd libgit2 \
&& mkdir build && cd build \
&& cmake .. \
Expand Down

0 comments on commit 5adf29d

Please sign in to comment.