File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Install uv
5555 uses : astral-sh/setup-uv@v5
5656 with :
57- version : " 0.10 .x"
57+ version : " 0.11 .x"
5858 enable-cache : true
5959 cache-dependency-glob : " uv.lock"
6060 - name : Install dependencies
Original file line number Diff line number Diff line change 5151 - name : Install uv
5252 uses : astral-sh/setup-uv@v5
5353 with :
54- version : " 0.10 .x"
54+ version : " 0.11 .x"
5555 enable-cache : true
5656 cache-dependency-glob : " uv.lock"
5757 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3939 libpq-dev \
4040 && rm -rf /var/lib/apt/lists/*
4141
42- COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /usr/local/bin/
42+ COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /usr/local/bin/
4343COPY pyproject.toml uv.lock .python-version ./
4444ENV UV_PROJECT_ENVIRONMENT=/app/venv
4545RUN uv sync --frozen --no-dev
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM python:3.12-slim-bookworm
55ARG TZ=Etc/GMT
66ARG DEBIAN_FRONTEND=noninteractive
77
8- COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /usr/local/bin/
8+ COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /usr/local/bin/
99
1010# Install curl (needed for Heroku CLI) and Heroku CLI in a single layer
1111RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments