Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13.1 (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 262b559 commit a02ad0b
Show file tree
Hide file tree
Showing 3 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.7
3.13.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-slim
FROM python:3.13.1-slim
COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv

# 设置时区
Expand Down
2 changes: 1 addition & 1 deletion src/providers/docker_test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4
FROM python:3.13.1
COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv

WORKDIR /app
Expand Down

0 comments on commit a02ad0b

Please sign in to comment.