Skip to content

Commit b0f265a

Browse files
Update all non-major dependencies
1 parent ccd03ac commit b0f265a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# This might be unnecessary as tests are not
5252
# multiplatform
5353
- name: Setup Docker buildx
54-
uses: docker/setup-buildx-action@v3.10.0
54+
uses: docker/setup-buildx-action@v3.11.0
5555

5656
- name: Extract Docker cache metadata
5757
id: meta-cache
@@ -130,7 +130,7 @@ jobs:
130130
uses: sigstore/[email protected]
131131

132132
- name: Setup Docker buildx
133-
uses: docker/setup-buildx-action@v3.10.0
133+
uses: docker/setup-buildx-action@v3.11.0
134134

135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
@@ -232,7 +232,7 @@ jobs:
232232
uses: sigstore/[email protected]
233233

234234
- name: Setup Docker buildx
235-
uses: docker/setup-buildx-action@v3.10.0
235+
uses: docker/setup-buildx-action@v3.11.0
236236

237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3434
&& apt-get install -y --no-install-recommends \
3535
build-essential gcc git
3636

37-
COPY --from=ghcr.io/astral-sh/uv:0.7.12 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /uvx /bin/
3838

3939
# From here we shouldn't need anymore a root user
4040
# Switch to nonroot and config uv

0 commit comments

Comments
 (0)