chore(deps): pin archlinux docker tag to f6b259c

This commit is contained in:
Renovate Bot
2025-12-30 15:48:13 +00:00
parent a81cef4457
commit 4c340c13ab
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
name: Build AppImage
runs-on: ubuntu-22.04
container:
image: archlinux:base-devel
image: archlinux:base-devel@sha256:f6b259c6c0cd1bc4c86510485acb6a5f053c15789c9c68c7434b6fe99564906c
options: --privileged --device /dev/fuse
steps:
- name: Prepare container

View File

@@ -63,7 +63,7 @@ jobs:
needs: changes
if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch'
container:
image: archlinux:base-devel
image: archlinux:base-devel@sha256:f6b259c6c0cd1bc4c86510485acb6a5f053c15789c9c68c7434b6fe99564906c
options: --privileged --device /dev/fuse
steps:
- name: Prepare container