From 3d8f6fd44b980e6b71eeef6b78ec68bc7cc41cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:28:43 +0000 Subject: [PATCH] build(deps): bump ubuntu from 24.04 to 26.04 in /tests/e2e/scripts Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/e2e/scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/scripts/Dockerfile b/tests/e2e/scripts/Dockerfile index acb0abe5288..dfc30806e2d 100644 --- a/tests/e2e/scripts/Dockerfile +++ b/tests/e2e/scripts/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG EXTERNAL_ENCODED_VPN ARG VPN_ENCODED_LOGIN