From aa873d97dcde0b93c9f96affba43f2d26d267020 Mon Sep 17 00:00:00 2001 From: rouge13 Date: Sat, 7 Feb 2026 00:14:02 +0100 Subject: [PATCH] update chromium to the last build --- apps/chromium/config.json | 8 ++++---- apps/chromium/docker-compose.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/chromium/config.json b/apps/chromium/config.json index 1f159fe..9006be5 100644 --- a/apps/chromium/config.json +++ b/apps/chromium/config.json @@ -9,16 +9,16 @@ "utilities" ], "description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.", - "tipi_version": 1, - "version": "v143.0.7499.40", + "tipi_version": 56, + "version": "v144.0.7559.109", "source": "https://source.chromium.org/chromium/chromium/src", "exposable": true, "supported_architectures": [ "arm64", "amd64" ], - "created_at": 1765127288185, - "updated_at": 1765127384750, + "created_at": 1770419252569, + "updated_at": 1770419252569, "dynamic_config": true, "form_fields": [] } \ No newline at end of file diff --git a/apps/chromium/docker-compose.json b/apps/chromium/docker-compose.json index bf9f07d..333214a 100644 --- a/apps/chromium/docker-compose.json +++ b/apps/chromium/docker-compose.json @@ -4,7 +4,7 @@ "services": [ { "name": "chromium", - "image": "linuxserver/chromium:version-880f99c7", + "image": "linuxserver/chromium:version-2b6aa449", "isMain": true, "internalPort": "3000", "shm_size": "1gb",