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