From 2af20ea9714ad8bb3509669aa0857c05ec3c67d8 Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Fri, 18 Aug 2023 14:43:20 +0200 Subject: [PATCH] ci: Update to latest OpenPGP interoperability test suite --- .github/workflows/interop-test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interop-test-suite.yml b/.github/workflows/interop-test-suite.yml index 265eaafe8..dd7dbeff9 100644 --- a/.github/workflows/interop-test-suite.yml +++ b/.github/workflows/interop-test-suite.yml @@ -63,7 +63,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.2 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.3 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}