From db7681db4d6bba0e054efa7da8d6494f40aa74dd Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 25 Apr 2020 23:06:07 +0900 Subject: [PATCH] deps: bump git from 2.26.1 to 2.26.2 (#246) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17dfff87c..c683b8481 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" && \