deps: bump git from 2.25.0 to 2.26.0

This commit is contained in:
peaceiris 2020-03-27 18:56:26 +09:00
parent 56e4ed1216
commit a53e0f9779

View file

@ -13,7 +13,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
WORKDIR /git WORKDIR /git
ENV GIT_VERSION="2.25.0" ENV GIT_VERSION="2.26.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" && \