Skip to content

Commit 7cc2d9a

Browse files
Bump selenium/standalone-chromium from 136.0.7103.113 to 137.0.7151.68 (#62)
* Bump selenium/standalone-chromium from 136.0.7103.113 to 137.0.7151.68 Bumps selenium/standalone-chromium from 136.0.7103.113 to 137.0.7151.68. --- updated-dependencies: - dependency-name: selenium/standalone-chromium dependency-version: 137.0.7151.68 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update chromium --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sally Young <[email protected]>
1 parent 9fbb8a9 commit 7cc2d9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.core-dev-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
chrome:
44
container_name: ddev-${DDEV_SITENAME}-chrome
5-
image: selenium/standalone-chromium:136.0.7103.113
5+
image: selenium/standalone-chromium:137.0.7151.68
66
labels:
77
com.ddev.site-name: ${DDEV_SITENAME}
88
com.ddev.approot: $DDEV_APPROOT

web-build/Dockerfile.chromium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
RUN sudo apt update -y \
33
&& sudo apt remove chromium* -y \
44
&& ARCH=$(dpkg --print-architecture) \
5-
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_${ARCH}.deb \
6-
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_${ARCH}.deb \
7-
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_${ARCH}.deb \
5+
&& wget https://snapshot.debian.org/archive/debian/20250612T023025Z/pool/main/c/chromium/chromium_137.0.7151.68-1~deb12u1_${ARCH}.deb \
6+
&& wget https://snapshot.debian.org/archive/debian/20250612T023025Z/pool/main/c/chromium/chromium-common_137.0.7151.68-1~deb12u1_${ARCH}.deb \
7+
&& wget https://snapshot.debian.org/archive/debian/20250612T023025Z/pool/main/c/chromium/chromium-driver_137.0.7151.68-1~deb12u1_${ARCH}.deb \
88
&& sudo apt install ./chromium*.deb -y \
99
&& sudo apt-mark hold chromium chromium-common chromium-driver \
1010
&& rm -f chromium*.deb

0 commit comments

Comments
 (0)