##// END OF EJS Templates
deps(git): bumped git to 2.44.0
super-admin -
Show More
@@ -221,7 +221,7 b' RUN \\'
221
221
222 # GIT Install
222 # GIT Install
223 ENV \
223 ENV \
224 RC_GIT_VER=2.41.0 \
224 RC_GIT_VER=2.44.0 \
225 # make git scripts visible
225 # make git scripts visible
226 PATH=/home/$RC_USER/git/bin:$PATH
226 PATH=/home/$RC_USER/git/bin:$PATH
227
227
@@ -242,6 +242,7 b' RUN \\'
242 ln -s /home/$RC_USER/git/bin/* $BUILD_BIN_DIR/vcs_bin/
242 ln -s /home/$RC_USER/git/bin/* $BUILD_BIN_DIR/vcs_bin/
243
243
244 # GIT LFS install
244 # GIT LFS install
245 # https://github.com/git-lfs/git-lfs/releases
245 ENV \
246 ENV \
246 RC_GIT_LFS_VER=3.4.1 \
247 RC_GIT_LFS_VER=3.4.1 \
247 PATH=/home/$RC_USER/git-lfs/bin:$PATH
248 PATH=/home/$RC_USER/git-lfs/bin:$PATH
General Comments 0
You need to be logged in to leave comments. Login now