Skip to content

Commit f7c1d37

Browse files
committed
build(docker): bump uv to 0.7.2
1 parent 908b2c4 commit f7c1d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get -y update \
1515

1616
# Install uv
1717
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
18-
COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv
18+
COPY --from=ghcr.io/astral-sh/uv:0.7.2 /uv /bin/uv
1919

2020
# copy requirements file
2121
COPY requirements.txt /tmp/requirements.txt

0 commit comments

Comments
 (0)