Skip to content

Commit 7efb418

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.11
1 parent 7e1f345 commit 7efb418

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@sha256:33b4060c8f8268bb55f244a11adf6a1d75348f1a3a8335b858c65fe755559b29
99

10-
COPY --from=ghcr.io/astral-sh/uv:0.10.10@sha256:cbe0a44ba994e327b8fe7ed72beef1aaa7d2c4c795fd406d1dbf328bacb2f1c5 /uv /uvx /bin/
10+
COPY --from=ghcr.io/astral-sh/uv:0.10.11@sha256:3472e43b4e738cf911c99d41bb34331280efad54c73b1def654a6227bb59b2b4 /uv /uvx /bin/
1111

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

0 commit comments

Comments
 (0)