Skip to content

Commit 41db8dc

Browse files
committed
Update uv in dockerfile.
1 parent 6f25c98 commit 41db8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster_tools/tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11
22

3-
COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
3+
COPY --from=ghcr.io/astral-sh/uv:0.5.22 /uv /bin/uv
44

55
RUN mkdir /cluster_tools
66
COPY . /cluster_tools

0 commit comments

Comments
 (0)