diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 974df98..32bcc7a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -55,7 +55,7 @@ jobs: - name: Extract Docker cache metadata id: meta-cache - uses: docker/metadata-action@v5.7.0 + uses: docker/metadata-action@v5.8.0 with: # list of Docker images to use as base name for tags # //- @@ -144,7 +144,7 @@ jobs: # We extract metadata without tags for single image - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.7.0 + uses: docker/metadata-action@v5.8.0 with: # list of Docker images to use as base name for tags # //- @@ -153,7 +153,7 @@ jobs: - name: Extract Docker cache metadata id: meta-cache - uses: docker/metadata-action@v5.7.0 + uses: docker/metadata-action@v5.8.0 with: # list of Docker images to use as base name for tags # //- @@ -247,7 +247,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.7.0 + uses: docker/metadata-action@v5.8.0 with: # list of Docker images to use as base name for tags # //- diff --git a/Dockerfile b/Dockerfile index 970c8e9..71f7f0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ && apt-get install -y --no-install-recommends \ build-essential gcc git -COPY --from=ghcr.io/astral-sh/uv:0.8.3 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.8.4 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv