From df6baea0d072d47eca0c3c5be8aa4158820fcb95 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:40:27 +0200 Subject: [PATCH] CI: update SOP test suite docker image to v2.0.0 --- .github/workflows/sop-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sop-test-suite.yml b/.github/workflows/sop-test-suite.yml index 1023750c..6435450e 100644 --- a/.github/workflows/sop-test-suite.yml +++ b/.github/workflows/sop-test-suite.yml @@ -10,7 +10,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.12 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v2.0.0 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}