Skip to content

Commit f3e3c40

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.7.9 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64deafb commit f3e3c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
postgresql-client-17 \
2222
&& rm -rf /var/lib/apt/lists/*
2323

24-
COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
24+
COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /uvx /bin/
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)