From 7150429a14b7982fd0c8c7e07a13d0bfa1fc7ed2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:02:49 +0000 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f6b9ac..32a118f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,12 +42,12 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Setup qemu - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.6.0 with: platforms: arm64 - name: Setup buildx - uses: docker/setup-buildx-action@v3.9.0 + uses: docker/setup-buildx-action@v3.10.0 - name: Export runtime uses: crazy-max/ghaction-github-runtime@v3.0.0 diff --git a/Dockerfile b/Dockerfile index 24eecbd..b85c4f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ EOF RUN <