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 ef05936 commit b569b8dCopy full SHA for b569b8d
.docker/tb-cli/Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
2
3
# Install uv from Astral.sh
4
-COPY --from=ghcr.io/astral-sh/uv:0.8.12 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.13 /uv /uvx /bin/
5
6
# Install dependencies
7
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments