Updated to Chromium 152.0.7939.3

link:https://chromereleases.googleblog.com/2026/07/chrome-dev-for-desktop-update_0369019132.html[Details]. Thankfully, the new version fixes the rendering issues and addresses several security patches.

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2026-07-11 09:45:54 -06:00
parent e80a6ca540
commit 9f8ccf42b4
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -29,9 +29,7 @@ jobs:
- run:
name: Chromium Install
command: |
apt-get install -y chromium-common=147.0.7727.137-1~deb13u1
apt-get install -y chromium=147.0.7727.137-1~deb13u1
command: apt-get install -y chromium
- run:
name: Node Install
+1 -2
View File
@@ -27,8 +27,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN <<STEPS
apt-get update -qq
apt-get install --no-install-recommends -y \
chromium-common=147.0.7727.137-1~deb13u1 \
chromium=147.0.7727.137-1~deb13u1 \
chromium \
curl \
fonts-noto-cjk \
git \