Skip to content

Commit

Permalink
deps: bump git from 2.27.0 to 2.28.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jul 27, 2020
1 parent 2acd7a4 commit 61b002f
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 @@ -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" && \
Expand Down

0 comments on commit 61b002f

Please sign in to comment.