Skip to content

Commit 7005733

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.16
1 parent c58edd1 commit 7005733

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55
FROM base AS builder
66

77
# Copy in UV
8-
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+
COPY --from=ghcr.io/astral-sh/uv:0.6.16 /uv /bin/uv
99

1010
# We use the system interpreter managed by uv
1111
ENV UV_PYTHON_DOWNLOADS=0

Dockerfile.railway

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55
FROM base AS builder
66

77
# Copy in UV
8-
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+
COPY --from=ghcr.io/astral-sh/uv:0.6.16 /uv /bin/uv
99

1010
# We use the system interpreter managed by uv
1111
ENV UV_PYTHON_DOWNLOADS=0

template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55
FROM base AS builder
66

77
# Copy in UV
8-
COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+
COPY --from=ghcr.io/astral-sh/uv:0.6.16 /uv /bin/uv
99

1010
# We use the system interpreter managed by uv
1111
ENV UV_PYTHON_DOWNLOADS=0

0 commit comments

Comments
 (0)