From 19aecd75c478152efc7ec2d0a94fef7d880b3750 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Jan 2026 00:01:56 +0000 Subject: [PATCH] chore(deps): update archlinux:base-devel docker digest to 84c36fa --- .gitea/workflows/build-nightlly.yml | 4 ++-- .gitea/workflows/code-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-nightlly.yml b/.gitea/workflows/build-nightlly.yml index 55c388f..aa5512d 100644 --- a/.gitea/workflows/build-nightlly.yml +++ b/.gitea/workflows/build-nightlly.yml @@ -12,7 +12,7 @@ jobs: name: Build AppImage runs-on: ubuntu-22.04 container: - image: archlinux:base-devel@sha256:ebcaeca69c4d416f848aedcd27fe224384fd506f86046526a5d49ec6d9e29db1 + image: archlinux:base-devel@sha256:84c36fa73fc692775e6b99de0d6a10967005b459ef170fc4faea426673b5e7b6 options: --privileged --device /dev/fuse steps: - name: Prepare container @@ -88,7 +88,7 @@ jobs: name: Build Arch Package runs-on: ubuntu-22.04 container: - image: archlinux:base-devel@sha256:ebcaeca69c4d416f848aedcd27fe224384fd506f86046526a5d49ec6d9e29db1 + image: archlinux:base-devel@sha256:84c36fa73fc692775e6b99de0d6a10967005b459ef170fc4faea426673b5e7b6 steps: - name: Prepare container diff --git a/.gitea/workflows/code-build.yml b/.gitea/workflows/code-build.yml index a7694cf..3bad696 100644 --- a/.gitea/workflows/code-build.yml +++ b/.gitea/workflows/code-build.yml @@ -63,7 +63,7 @@ jobs: needs: changes if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch' container: - image: archlinux:base-devel@sha256:ebcaeca69c4d416f848aedcd27fe224384fd506f86046526a5d49ec6d9e29db1 + image: archlinux:base-devel@sha256:84c36fa73fc692775e6b99de0d6a10967005b459ef170fc4faea426673b5e7b6 options: --privileged --device /dev/fuse steps: - name: Prepare container @@ -143,7 +143,7 @@ jobs: needs: changes if: needs.changes.outputs.arch == 'true' || github.event_name == 'workflow_dispatch' container: - image: archlinux:base-devel@sha256:ebcaeca69c4d416f848aedcd27fe224384fd506f86046526a5d49ec6d9e29db1 + image: archlinux:base-devel@sha256:84c36fa73fc692775e6b99de0d6a10967005b459ef170fc4faea426673b5e7b6 steps: - name: Prepare container