We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d998db commit d044d75Copy full SHA for d044d75
1 file changed
Containerfile
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
7
ENV PYTHONWARNINGS="ignore::UserWarning"
8
9
COPY . /src
10
-COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /usr/local/bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.15 /uv /usr/local/bin/uv
11
12
COPY files/data /data
13
COPY files/change.sh /change.sh
0 commit comments