Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Nov 5, 2018
1 parent 3b84f03 commit ed14a46
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- "./inception/inc.cnf:/etc/inc.cnf"

archery:
image: registry.cn-hangzhou.aliyuncs.com/lihuanhuan/archery:1.3.5
image: registry.cn-hangzhou.aliyuncs.com/lihuanhuan/archery
container_name: archery
restart: always
ports:
Expand Down
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.3.5)</p>
<p><strong>SQL审核平台</strong>&nbsp;(v1.3.6)</p>
</div>
<!-- jQuery (Bootstrap JavaScript 插件需要引入 jQuery务必先引入jquery js再引入bootstrap js) -->
<script src="{% static 'jquery/jquery.min.js' %}"></script>
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed downloads/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN cd /opt \
#archery
RUN cd /opt \
&& yum -y install openldap-devel nginx \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.3.5 \
&& git clone https://github.com/hhyo/archery.git && cd archery && git checkout v1.3.6 \
&& source /opt/venv4archery/bin/activate \
&& pip3 install -r /opt/archery/src/docker/requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple/ \
&& cp /opt/archery/src/docker/connections.py /opt/venv4archery/lib/python3.6/site-packages/MySQLdb/connections.py \
Expand Down

0 comments on commit ed14a46

Please sign in to comment.