deps: bump git from 2.27.0 to 2.28.0 (#422)

This commit is contained in:
Shohei Ueda 2020-07-28 02:20:19 +09:00 committed by GitHub
parent 7259f5ccc2
commit fecb564860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ RUN apt-get update && \
npm i -g npm npm i -g npm
WORKDIR /git WORKDIR /git
ENV GIT_VERSION="2.27.0" ENV GIT_VERSION="2.28.0"
RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
tar -zxf "./v${GIT_VERSION}.tar.gz" && \ tar -zxf "./v${GIT_VERSION}.tar.gz" && \
rm "./v${GIT_VERSION}.tar.gz" && \ rm "./v${GIT_VERSION}.tar.gz" && \