diff --git a/.gitea/workflows/build-nightlly.yml b/.gitea/workflows/build-nightlly.yml index 0388199..731ccdd 100644 --- a/.gitea/workflows/build-nightlly.yml +++ b/.gitea/workflows/build-nightlly.yml @@ -94,7 +94,7 @@ jobs: name: Build Arch Package runs-on: ubuntu-22.04 container: - image: archlinux:base-devel@sha256:87a967f07ba6319fc35c8c4e6ce6acdb4343b57aa817398a5d2db57bd8edc731 + image: archlinux:base-devel@sha256:943bdad9e9d0d23503f24797b44ce2cc1531bf101e18b3e7fb8c8776190dc45e volumes: - /usr:/usr-host - /opt:/opt-host diff --git a/.gitea/workflows/code-build.yml b/.gitea/workflows/code-build.yml index 814a185..2de682e 100644 --- a/.gitea/workflows/code-build.yml +++ b/.gitea/workflows/code-build.yml @@ -138,7 +138,7 @@ jobs: needs: changes if: needs.changes.outputs.arch == 'true' || github.event_name == 'workflow_dispatch' container: - image: archlinux:base-devel@sha256:87a967f07ba6319fc35c8c4e6ce6acdb4343b57aa817398a5d2db57bd8edc731 + image: archlinux:base-devel@sha256:943bdad9e9d0d23503f24797b44ce2cc1531bf101e18b3e7fb8c8776190dc45e volumes: - /usr:/usr-host - /opt:/opt-host