Skip to content

Commit 99e1707

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.2 (#1743)
Signed-off-by: Renovate Bot <[email protected]>
1 parent 6558db6 commit 99e1707

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.8.23 /uv /usr/local/bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.9.2 /uv /usr/local/bin/uv
1111

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

0 commit comments

Comments
 (0)