From c0498c7c05fd055733502fbe864090a518af53c9 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Thu, 27 Jun 2024 10:43:12 -0700 Subject: [PATCH] chore(e2e): fix openssl tests --- e2etests/testcase_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2etests/testcase_test.go b/e2etests/testcase_test.go index 45639a804..bd1121f3a 100644 --- a/e2etests/testcase_test.go +++ b/e2etests/testcase_test.go @@ -3842,7 +3842,7 @@ Applications using RegexRequestMatcher with '.' in the regular expression are po FixedBy: "3.0.2-0ubuntu1.7", }, }, - FixedBy: "3.0.2-0ubuntu1.14", + FixedBy: "3.0.2-0ubuntu1.16", // This image installs the openssl pacakge in the second layer; // however, the first layer already installed libssl3 whose source package is openssl. // Therefore, we claim openssl was installed in the first layer.