diff --git a/service/rhodecode/rhodecode_5.dockerfile b/service/rhodecode/rhodecode_5.dockerfile index a0cbe29..4f173e4 100644 --- a/service/rhodecode/rhodecode_5.dockerfile +++ b/service/rhodecode/rhodecode_5.dockerfile @@ -303,9 +303,10 @@ echo "**** Apache config ****" && \ # https://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/swig/INSTALL # new versions: https://subversion.apache.org/download.cgi # https://downloads.apache.org/subversion +# https://svn.apache.org/repos/asf/subversion/trunk/CHANGES ENV \ - RC_SVN_VER=1.14.2 \ + RC_SVN_VER=1.14.3 \ SVN_PREFIX=/home/$RC_USER/subversion \ # make svn scripts visible PATH=/home/$RC_USER/subversion/bin:$PATH