We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e613272 commit 13c507cCopy full SHA for 13c507c
Dockerfile
@@ -7,7 +7,7 @@
7
# We don't use alpine or -slim, because pandas is a pain to build on them.
8
FROM python:3.11
9
10
-COPY --from=ghcr.io/astral-sh/uv:0.9.21 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.22 /uv /uvx /bin/
11
12
WORKDIR /app
13
RUN useradd -m app && chown -R app: /app
0 commit comments