From e63ab3db4fbe25cb11575076b7f5e15bb82c893f Mon Sep 17 00:00:00 2001 From: marinthiercelin Date: Mon, 3 Apr 2023 13:44:41 +0200 Subject: [PATCH] CI: update SOP test suite docker image (#1628) This new release uses Node v18 instead of v12. --- .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 d60e5121..39f26c1a 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:pmfork + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.1 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}