mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-11 22:04:08 +00:00
deps: bump git from 2.25.1 to 2.26.0 (#182)
This commit is contained in:
parent
2be10a7999
commit
3183d3481b
@ -16,7 +16,7 @@ RUN apt-get update && \
|
||||
npm i -g npm
|
||||
|
||||
WORKDIR /git
|
||||
ENV GIT_VERSION="2.25.1"
|
||||
ENV GIT_VERSION="2.26.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" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user