Skip to content

Commit c419eec

Browse files
Update all non-major dependencies (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Federico Busetti <[email protected]>
1 parent 67d586f commit c419eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: sigstore/[email protected]
4040

4141
- name: Setup Docker buildx
42-
uses: docker/setup-buildx-action@v3.8.0
42+
uses: docker/setup-buildx-action@v3.9.0
4343

4444
# Login against a Docker registry except on PR
4545
# https://github.com/docker/login-action

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
build-essential gcc git \
3232
&& rm -rf /var/lib/apt/lists/*
3333

34-
COPY --from=ghcr.io/astral-sh/uv:0.5.28 /uv /uvx /bin/
34+
COPY --from=ghcr.io/astral-sh/uv:0.5.29 /uv /uvx /bin/
3535

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

0 commit comments

Comments
 (0)