deps: bump git from 2.27.0 to 2.28.0 (#398)
This commit is contained in:
parent
2acd7a45c8
commit
61b002f4ff
|
@ -13,7 +13,7 @@ RUN apt-get update && \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
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" && \
|
||||
tar -zxf "./v${GIT_VERSION}.tar.gz" && \
|
||||
rm "./v${GIT_VERSION}.tar.gz" && \
|
||||
|
|
Loading…
Reference in New Issue