diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index d91a88a..e04d26f 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -68,7 +68,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build test image id: build-test - uses: docker/build-push-action@v6.17.0 + uses: docker/build-push-action@v6.18.0 with: context: . load: true @@ -165,7 +165,7 @@ jobs: # This build an image WITHOUT tags and outputs the digests, so that we can aggragate them later - name: Build and push production image id: build-and-push - uses: docker/build-push-action@v6.17.0 + uses: docker/build-push-action@v6.18.0 with: context: . target: ${{ matrix.docker_target }} diff --git a/Dockerfile b/Dockerfile index 9f0de62..5d00b5f 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.7.6 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv