From fecb5648609eee9e7add9fa2d5a9397abb3398db Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 28 Jul 2020 02:20:19 +0900 Subject: [PATCH] deps: bump git from 2.27.0 to 2.28.0 (#422) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cfaed6b1..3982a8914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" && \