Skip to content

Commit 0ac78dc

Browse files
committed
chore: update deps
1 parent 52ae8bb commit 0ac78dc

10 files changed

Lines changed: 43 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

curator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

docs/dockerfile-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG GID=1000
2020
FROM python:${PYTHON_VERSION}-slim AS builder
2121

2222
# Install uv
23-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
23+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
2424

2525
# Set environment for build
2626
ENV UV_SYSTEM_PYTHON=1 \
@@ -68,7 +68,7 @@ WORKDIR /app
6868
COPY --from=builder --chown=discogsography:discogsography /app /app
6969

7070
# Install uv for runtime
71-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
71+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
7272

7373
# Create startup script
7474
# [Startup script section - see below]

explore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

graphinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

schema-init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

tableinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.6 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)