From 19aedc8e1b0780e78c06e2c7f7c2e733df5fd721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:05:30 +0200 Subject: [PATCH] core: bump goauthentik/selenium from 147.0-ak-0.43.0 to 148.0-ak-0.43.0 in /tests/e2e (#22664) core: bump goauthentik/selenium in /tests/e2e Bumps [goauthentik/selenium](https://github.com/SeleniumHQ/docker-selenium) from 147.0-ak-0.43.0 to 148.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: 148.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 f555b07a44..d8dd553496 100644 --- a/tests/e2e/compose.yml +++ b/tests/e2e/compose.yml @@ -1,6 +1,6 @@ services: chromium: - image: ghcr.io/goauthentik/selenium:147.0-ak-0.43.0 + image: ghcr.io/goauthentik/selenium:148.0-ak-0.43.0 shm_size: 2g network_mode: host restart: always