We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e546bf8 commit 9ff8028Copy full SHA for 9ff8028
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.8.22 /uv /usr/local/bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.8.23 /uv /usr/local/bin/uv
11
12
COPY files/data /data
13
COPY files/change.sh /change.sh
0 commit comments