File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 uses : astral-sh/setup-uv@v7
2323
2424 - name : Compose services
25- uses : hoverkraft-tech/compose-action@4894d2492015c1774ee5a13a95b1072093087ec3 # v2.5 .0
25+ uses : hoverkraft-tech/compose-action@d2bee4f07e8ca410d6b196d00f90c12e7d48c33a # v2.6 .0
2626 with :
2727 compose-file : " tests/system_tests/compose.yaml"
2828
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
4747 && apt-get dist-clean
4848
4949# Install uv to allow setup-scratch to run
50- COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/
50+ COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/
5151
5252# For this pod to understand finding user information from LDAP
5353RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf
You can’t perform that action at this time.
0 commit comments