Skip to content

Commit

Permalink
deps: bump git from 2.26.1 to 2.26.2 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 25, 2020
1 parent eda4527 commit db7681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \
npm i -g npm

WORKDIR /git
ENV GIT_VERSION="2.26.1"
ENV GIT_VERSION="2.26.2"
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 db7681d

Please sign in to comment.