Skip to content

Navigation Menu

Sign in
Sign up

Commit 1d967e9

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.11.29 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32e12e6 commit 1d967e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
COPY --from=node:22-bookworm-slim /usr/local/bin/node /usr/local/bin/node
2929

3030
# Install uv
31-
COPY --from=ghcr.io/astral-sh/uv:0.6.12 /uv /usr/local/bin/uv
31+
COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /usr/local/bin/uv
3232

3333
# --- API setup ---
3434
WORKDIR /app

‎api/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV APP_VERSION=${APP_VERSION}
77
ENV API_HOST=0.0.0.0
88

99
# Install uv
10-
COPY --from=ghcr.io/astral-sh/uv:0.6.12 /uv /usr/local/bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /usr/local/bin/uv
1111

1212
WORKDIR /app
1313

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /