File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - name : Install uv
1515 uses : astral-sh/setup-uv@v7
1616 with :
17- version : " 0.9.24 "
17+ version : " 0.9.26 "
1818 - name : Setup Python
1919 uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1919 - name : Install uv
2020 uses : astral-sh/setup-uv@v7
2121 with :
22- version : " 0.9.24 "
22+ version : " 0.9.26 "
2323 - name : Setup Python
2424 uses : actions/setup-python@v6
2525 with :
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.20 -labs # TODO remove when ADD --exclude is stable
1+ # syntax=docker/dockerfile:1.21 -labs # TODO remove when ADD --exclude is stable
22# Ideas from https://docs.astral.sh/uv/guides/integration/docker/
33# and https://hynek.me/articles/docker-uv/
44
@@ -23,7 +23,7 @@ RUN apt-get update \
2323 p7zip-full \
2424 && rm -rf /var/lib/apt/lists/*
2525
26- COPY --from=ghcr.io/astral-sh/uv:0.9.24 /uv /uvx /bin/
26+ COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /uvx /bin/
2727
2828WORKDIR /app
2929
You can’t perform that action at this time.
0 commit comments