Skip to content

Commit df5698c

Browse files
authored
deps: bump git from 2.26.0 to 2.26.1 (#233)
1 parent 9614091 commit df5698c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616
npm i -g npm
1717

1818
WORKDIR /git
19-
ENV GIT_VERSION="2.26.0"
19+
ENV GIT_VERSION="2.26.1"
2020
RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
2121
tar -zxf "./v${GIT_VERSION}.tar.gz" && \
2222
rm "./v${GIT_VERSION}.tar.gz" && \

0 commit comments

Comments
 (0)