diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 102c24d..8eb5a1a 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -37,7 +37,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build test image id: build-test - uses: docker/build-push-action@v6.13.0 + uses: docker/build-push-action@v6.14.0 with: context: . load: true @@ -85,7 +85,7 @@ jobs: # Install the cosign tool # https://github.com/sigstore/cosign-installer - name: Install cosign - uses: sigstore/cosign-installer@v3.8.0 + uses: sigstore/cosign-installer@v3.8.1 - name: Setup Docker buildx uses: docker/setup-buildx-action@v3.9.0 @@ -119,7 +119,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.13.0 + uses: docker/build-push-action@v6.14.0 with: context: . target: ${{ matrix.docker_target }} diff --git a/Dockerfile b/Dockerfile index 4a39146..882ddce 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.6.1 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.6.2 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv diff --git a/docker-compose.yaml b/docker-compose.yaml index 22f5e74..7ff3f77 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -75,7 +75,7 @@ services: retries: 5 mariadb: - image: mariadb:11.4 + image: mariadb:11.7 environment: MYSQL_ROOT_PASSWORD: "stanis" MYSQL_DATABASE: "backend"