From c09742e98e5c2ae1b61bf91a74f370daf51f8f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 11:34:10 +0200 Subject: [PATCH] core: bump goauthentik/selenium from 145.0-ak-0.40.5 to 147.0-ak-0.43.0 in /tests/e2e (#22617) core: bump goauthentik/selenium in /tests/e2e Bumps [goauthentik/selenium](https://github.com/SeleniumHQ/docker-selenium) from 145.0-ak-0.40.5 to 147.0-ak-0.43.0. - [Release notes](https://github.com/SeleniumHQ/docker-selenium/releases) - [Commits](https://github.com/SeleniumHQ/docker-selenium/commits) --- updated-dependencies: - dependency-name: goauthentik/selenium dependency-version: 147.0-ak-0.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/e2e/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/compose.yml b/tests/e2e/compose.yml index 9fe0e7b7c7..f555b07a44 100644 --- a/tests/e2e/compose.yml +++ b/tests/e2e/compose.yml @@ -1,6 +1,6 @@ services: chromium: - image: ghcr.io/goauthentik/selenium:145.0-ak-0.40.5 + image: ghcr.io/goauthentik/selenium:147.0-ak-0.43.0 shm_size: 2g network_mode: host restart: always