Skip to content

Commit 664becb

Browse files
Update all non-major dependencies
1 parent 862eb8d commit 664becb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 5 additions & 5 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.1
5555

5656
- name: Extract Docker cache metadata
5757
id: meta-cache
@@ -127,10 +127,10 @@ jobs:
127127
# Install the cosign tool
128128
# https://github.com/sigstore/cosign-installer
129129
- name: Install cosign
130-
uses: sigstore/cosign-installer@v3.8.2
130+
uses: sigstore/cosign-installer@v3.9.1
131131

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

135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
@@ -229,10 +229,10 @@ jobs:
229229
# Install the cosign tool
230230
# https://github.com/sigstore/cosign-installer
231231
- name: Install cosign
232-
uses: sigstore/cosign-installer@v3.8.2
232+
uses: sigstore/cosign-installer@v3.9.1
233233

234234
- name: Setup Docker buildx
235-
uses: docker/setup-buildx-action@v3.10.0
235+
uses: docker/setup-buildx-action@v3.11.1
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.14 /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)