Skip to content

Commit 5adf29d

Browse files
authored
Merge pull request #172 from AKSW/feature/increaseLibGitDocker
Increast libgit version for docker
2 parents 43975e3 + 30d5025 commit 5adf29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get -y install \
1212
libssh2-1-dev \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15-
RUN git clone --depth 1 --branch v0.25.1 https://github.com/libgit2/libgit2.git \
15+
RUN git clone --depth 1 --branch v0.27.5 https://github.com/libgit2/libgit2.git \
1616
&& cd libgit2 \
1717
&& mkdir build && cd build \
1818
&& cmake .. \

0 commit comments

Comments
 (0)