We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc66b52 commit 6450aa9Copy full SHA for 6450aa9
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.13.1-slim
2
-COPY --from=ghcr.io/astral-sh/uv:0.5.8 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.10 /uv /bin/uv
3
4
# 设置时区
5
ENV TZ=Asia/Shanghai
src/providers/docker_test/Dockerfile
FROM python:3.13.1
WORKDIR /app
0 commit comments