From 7d4142190ce32a18a18d8a98e37fc0c4c191e1c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:46:20 +0000 Subject: [PATCH] Bump dependencies --- .github/workflows/ci.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6565336..895e022 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Setup qemu - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: arm64 diff --git a/Dockerfile b/Dockerfile index 278451c..03c1069 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ EOF RUN <