Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Feb 17, 2019
1 parent f374b53 commit c983aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h4 class="modal-title" id="myModalLabel">

<!--底部部分 -->
<div class="row clearfix user-bottom-div">
<p><strong>SQL审核平台</strong>&nbsp;(v1.4.1)</p>
<p><strong>SQL审核平台</strong>&nbsp;(v1.4.2)</p>
</div>
<!-- jQuery (Bootstrap JavaScript 插件需要引入 jQuery务必先引入jquery js再引入bootstrap js) -->
<script src="{% static 'jquery/jquery.min.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN cd /opt \
#archery
RUN cd /opt \
&& yum -y install openldap-devel unixODBC-devel nginx \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.4.1 \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.4.2 \
&& source /opt/venv4archery/bin/activate \
&& pip3 install -r /opt/archery/requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple/ \
&& cp /opt/archery/src/docker/nginx.conf /etc/nginx/ \
Expand Down

0 comments on commit c983aa6

Please sign in to comment.