##// END OF EJS Templates
build(pip): bumped pip version to 23.3.1
super-admin -
Show More
@@ -194,6 +194,7 b' ENV \\'
194 194 # make venv application scripts visible
195 195 PATH=$VENV_PATH/bin:/home/$RC_USER/.local/bin:$PATH
196 196
197 # check new versions here: https://pypi.org/project/pip/
197 198 RUN \
198 199 echo "** get pip **" && \
199 200 curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
@@ -201,7 +202,7 b' RUN \\'
201 202 --disable-pip-version-check \
202 203 --no-cache-dir \
203 204 --no-compile \
204 "pip==23.2.1" && \
205 "pip==23.3.1" && \
205 206 rm get-pip.py
206 207
207 208 RUN \
@@ -248,7 +249,7 b' RUN \\'
248 249 sudo chown $RC_USER:$RC_USER /home/$RC_USER/git && \
249 250 rsync -a /home/$RC_USER/git/bin/ $BUILD_BIN_DIR/vcs_bin/
250 251
251 # Apache2 install
252 # Apache2 install, check here for new versions: https://httpd.apache.org/
252 253 ENV \
253 254 RC_APACHE2_VER=2.4.58 \
254 255 # make apache scripts visible
@@ -281,6 +282,7 b' echo "**** Apache config ****" && \\'
281 282
282 283 # Subversion install
283 284 # https://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/swig/INSTALL
285 # new versions: https://subversion.apache.org/download.cgi
284 286
285 287 ENV \
286 288 RC_SVN_VER=1.14.2 \
General Comments 0
You need to be logged in to leave comments. Login now