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