File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 ci-optimization :
1717 name : CI optimization
18- uses : dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
18+ uses : dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
1919 permissions :
2020 pull-requests : read
2121 build :
2222 needs : ci-optimization
2323 if : needs.ci-optimization.outputs.continue == 'true'
2424 name : Build
25- uses : dargmuesli/github-actions/.github/workflows/docker.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2
25+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@a87a4ecfffb7ebaffdba60685f39575a14769784 # 3.2.3
2626 permissions :
2727 packages : write
2828 with :
Original file line number Diff line number Diff line change 77# We don't use alpine or -slim, because pandas is a pain to build on them.
88FROM python:3.11
99
10- COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/
10+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1111
1212WORKDIR /app
1313RUN useradd -m app && chown -R app: /app
You can’t perform that action at this time.
0 commit comments