mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
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:
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user