Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: bump git from 2.27.0 to 2.28.0 (#422)
  • Loading branch information
Shohei Ueda authored and GitHub committed Jul 27, 2020
1 parent 7259f5c commit fecb564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
npm i -g npm

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" && \
Expand Down

0 comments on commit fecb564

Please sign in to comment.