From 7a3bd8ace203053b8b758531cf807a65a21b76c1 Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Thu, 23 Jul 2026 16:04:25 +0100 Subject: [PATCH] Update CI image hashes --- .github/workflows/reusable-rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-rust.yml b/.github/workflows/reusable-rust.yml index ce5f3eeb68..3fd07bd66e 100644 --- a/.github/workflows/reusable-rust.yml +++ b/.github/workflows/reusable-rust.yml @@ -27,7 +27,7 @@ permissions: jobs: clippy: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 + container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-3122de8 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 @@ -42,7 +42,7 @@ jobs: coverage: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 + container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-3122de8 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 @@ -70,7 +70,7 @@ jobs: doc: runs-on: ubuntu-latest - container: ghcr.io/xrplf/xrpld/nix-debian:sha-2e25435 + container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-3122de8 steps: - name: Checkout repository uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3