Skip to content

Commit bb59714

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.13 (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6832267 commit bb59714

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
@@ -17,7 +17,7 @@ WORKDIR /tmp
1717
COPY apt.txt /tmp/apt.txt
1818
RUN xargs apt-get install -y <apt.txt
1919

20-
COPY --from=ghcr.io/astral-sh/uv:0.8.11 /uv /uvx /bin/
20+
COPY --from=ghcr.io/astral-sh/uv:0.8.13 /uv /uvx /bin/
2121

2222
RUN useradd -G ubuntu dev
2323
USER dev

0 commit comments

Comments
 (0)