Skip to content

Commit b93c86a

Browse files
authored
Merge branch 'main' into pytest-timeout
2 parents 88fa56f + 8fe32bb commit b93c86a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_system_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5353
RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf

0 commit comments

Comments
 (0)