From 915d09c70e1a0ebf5e94fb3b562f14cea5f331a8 Mon Sep 17 00:00:00 2001 From: Lukas Burkhalter Date: Tue, 16 Jul 2024 14:49:13 +0200 Subject: [PATCH] Update interoperability test suite to 1.1.9 --- .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 3c4824be..ee005cbe 100644 --- a/.github/workflows/interop-test-suite.yml +++ b/.github/workflows/interop-test-suite.yml @@ -83,7 +83,7 @@ jobs: name: Run interoperability test suite runs-on: ubuntu-latest container: - image: ghcr.io/protonmail/openpgp-interop-test-docker:v.1.1.3 + image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.9 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }}