Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 645387f commit 8ee713e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.4
3.13.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12.4-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv
FROM python:3.13.0-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /bin/uv

# 编译参数
ARG VERSION="0.20.0"
Expand Down

0 comments on commit 8ee713e

Please sign in to comment.