Skip to content

Commit

Permalink
fix: 手动更新 redis 依赖至 4.1.0 (#2311)
Browse files Browse the repository at this point in the history
* fix: 手动更新 redis 依赖至 4.1.0

* 更新 redis 依赖版本

Co-authored-by: Leo Q <[email protected]>

---------

Co-authored-by: Maxcj <[email protected]>
Co-authored-by: Leo Q <[email protected]>
  • Loading branch information
Maxcj and LeoQuote authored Oct 6, 2023
1 parent df48b0f commit d69227c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN cd /opt \
&& yum -y install nginx \
&& source /opt/venv4archery/bin/activate \
&& pip3 install -r /opt/archery/requirements.txt \
&& pip3 install "redis>=4.1.0" \
&& cp -f /opt/archery/src/docker/nginx.conf /etc/nginx/ \
&& cp -f /opt/archery/src/docker/supervisord.conf /etc/ \
&& mv /opt/sqladvisor /opt/archery/src/plugins/ \
Expand Down

0 comments on commit d69227c

Please sign in to comment.