We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43975e3 + 30d5025 commit 5adf29dCopy full SHA for 5adf29d
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get -y install \
12
libssh2-1-dev \
13
&& rm -rf /var/lib/apt/lists/*
14
15
-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 \
16
&& cd libgit2 \
17
&& mkdir build && cd build \
18
&& cmake .. \
0 commit comments