File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG GID=1000
2020FROM 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
2626ENV UV_SYSTEM_PYTHON=1 \
@@ -68,7 +68,7 @@ WORKDIR /app
6868COPY --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]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
You can’t perform that action at this time.
0 commit comments