We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e32d08 commit a934653Copy full SHA for a934653
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.17 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
11
12
WORKDIR /app
13
RUN useradd -m app && chown -R app: /app
0 commit comments