Skip to content

Commit 9ff8028

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.23 (#1737)
Signed-off-by: Renovate Bot <[email protected]>
1 parent e546bf8 commit 9ff8028

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

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

0 commit comments

Comments
 (0)