From 73cf1d15d9eec3228688911bfcb5cad7a98af1de Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 3 Jun 2020 09:05:29 +0900 Subject: [PATCH] deps: bump git from 2.26.2 to 2.27.0 (#331) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c683b8481..96b68a4e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && \ npm i -g npm WORKDIR /git -ENV GIT_VERSION="2.26.2" +ENV GIT_VERSION="2.27.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" && \