From 9255c439d8da9236bed029905d6238cba062151b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:40:24 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci-pipeline.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 5ef18f02..4f629bce 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build test image id: build-test - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 with: context: . load: true @@ -86,7 +86,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push production image id: build-and-push - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 with: context: . target: http_app diff --git a/Dockerfile b/Dockerfile index e30a5017..96fc919b 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.16 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.22 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv