Skip to content

Commit

Permalink
update 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
staugur committed Feb 8, 2025
1 parent 6f88b82 commit 1e31814
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ ARG PIPMIRROR=https://pypi.org/simple
ENV sapic_isrun=true
COPY requirements /requirements
RUN pip install --timeout 30 --index $PIPMIRROR --user --no-cache-dir --no-warn-script-location -r /requirements/all.txt && \
ln -sf /root/.local/bin/flask /root/.local/bin/gunicorn /bin/ && \
ln -sf $(which python) /python && \
sed -i "s#$(which python)#/python#" /bin/gunicorn
ln -sf /root/.local/bin/flask /root/.local/bin/gunicorn /bin/
WORKDIR /picbed
COPY src /picbed
EXPOSE 9514
Expand Down
24 changes: 24 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@
更新日志
=========

v1.16.4
--------

Released in 2025-2-8

- 修复 dockerfile gunicorn

v1.16.3
--------

Released in 2025-2-8

- 更新依赖版本
- 修复 token 获取 IP 方式
- 支持最低 python 3.9

v1.16.2
--------

Released in 2023-1-10

- 修复:管理员控制台安装/升级(其他/本地)第三方包,提交按钮无效问题
- 修复:bleach版本升级参数异常

v1.16.1
--------

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.16.3"
__version__ = "1.16.4"

0 comments on commit 1e31814

Please sign in to comment.