diff --git a/docker-selenium.yaml b/docker-selenium.yaml index 1001703edc..bb23440cba 100644 --- a/docker-selenium.yaml +++ b/docker-selenium.yaml @@ -4,8 +4,8 @@ package: # But the '-' is not a valid character according to APK versioning spec; and resulting # 'package format error' when trying to install the package. The workaround is # to replace '-' with '.', then mangling the version to replace back. - version: 4.22.0.20240621 - epoch: 1 + version: 4.23.0.20240727 + epoch: 0 description: Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation copyright: - license: Apache-2.0 @@ -91,7 +91,7 @@ pipeline: with: repository: https://github.com/SeleniumHQ/docker-selenium tag: ${{vars.mangled-package-version}} - expected-commit: 827cbc370f0e226cb37ada1a027e6e1a3d929728 + expected-commit: 695a397883a83be7e74e3e3a98b300d931cd7141 - uses: patch with: