Skip to content

Commit b222bb8

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.9.24 (#1923)
Signed-off-by: Renovate Bot <[email protected]>
1 parent a77fede commit b222bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
77
ENV PYTHONWARNINGS="ignore::UserWarning"
88

99
COPY . /src
10-
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /usr/local/bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.9.24 /uv /usr/local/bin/uv
1111

1212
COPY files/data /data
1313
COPY files/change.sh /change.sh

0 commit comments

Comments
 (0)