From 11d1200fc508fcd2e7ffa426a3eecbe0f9bfc2ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:13:07 +0000 Subject: [PATCH] Update cypress/included Docker tag to v14 --- ui-cypress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-cypress/Dockerfile b/ui-cypress/Dockerfile index 7962144..ffd7197 100644 --- a/ui-cypress/Dockerfile +++ b/ui-cypress/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM cypress/included:13.17.0 +FROM cypress/included:14.2.0 ENV APP_PATH /usr/src/app RUN apt -qqy update \