From 5309e4a4ba808e297cddbd2a557fb7cbebc60943 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:35:05 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci-pipeline.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 39972dd..1235831 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -39,7 +39,7 @@ jobs: uses: sigstore/cosign-installer@v3.8.0 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v3.8.0 + uses: docker/setup-buildx-action@v3.9.0 # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/Dockerfile b/Dockerfile index 45c5f66..d3a080a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update \ build-essential gcc git \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.5.28 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.29 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv