Skip to content

Commit 13c507c

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.22
1 parent e613272 commit 13c507c

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
@@ -7,7 +7,7 @@
77
# We don't use alpine or -slim, because pandas is a pain to build on them.
88
FROM python:3.11
99

10-
COPY --from=ghcr.io/astral-sh/uv:0.9.21 /uv /uvx /bin/
10+
COPY --from=ghcr.io/astral-sh/uv:0.9.22 /uv /uvx /bin/
1111

1212
WORKDIR /app
1313
RUN useradd -m app && chown -R app: /app

0 commit comments

Comments
 (0)