deps: bump git from 2.26.2 to 2.27.0 (#331)
This commit is contained in:
parent
6cad446381
commit
73cf1d15d9
|
@ -16,7 +16,7 @@ RUN apt-get update && \
|
|||
npm i -g npm
|
||||
|
||||
WORKDIR /git
|
||||
ENV GIT_VERSION="2.26.2"
|
||||
ENV GIT_VERSION="2.27.0"
|
||||
RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
|
||||
tar -zxf "./v${GIT_VERSION}.tar.gz" && \
|
||||
rm "./v${GIT_VERSION}.tar.gz" && \
|
||||
|
|
Loading…
Reference in New Issue