From 4dbb7899863e84926cacdbc71f8ec1336c94b4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 12:35:59 +0000 Subject: [PATCH] build(deps): bump ubuntu from 24.04 to 26.04 in /containers/test 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] --- containers/test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/test/Dockerfile b/containers/test/Dockerfile index 6c81ddd9..e06ba25c 100644 --- a/containers/test/Dockerfile +++ b/containers/test/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG AK_PLATFORM_ARCH ARG AK_DEPLOY_URL=https://pkg.goauthentik.io