File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22services :
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
Original file line number Diff line number Diff line change 22RUN 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
You can’t perform that action at this time.
0 commit comments