Skip to content

Commit 3c6abe1

Browse files
authored
feat(docker): update Chromium to 140.0.7339.127 (#772)
1 parent c931b2b commit 3c6abe1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.0.14 (2025-09-11)
2+
3+
The Grafana Image Renderer plugin has been deprecated.
4+
If you use the plugin, please migrate to the remote server; the plugin will eventually stop receiving updates.
5+
6+
- Docker: Update Chromium to 140.0.7339.127 (CVE-2025-10200, CVE-2025-102201), [#x](https://github.com/grafana/grafana-image-renderer/pull/x), [Proximyst](https://github.com/Proximyst)
7+
18
## 4.0.13 (2025-09-08)
29

310
This is a release that only changes the Docker image.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
55
# If we ever need to bust the cache, just change the date here.
66
# While we don't cache anything in Drone, that might not be true when we migrate to GitHub Actions where some action might automatically enable layer caching.
77
# This is fine, but is terrible in situations where we want to _force_ an update of a package.
8-
RUN echo 'cachebuster 2025-09-01' && apt-get update
8+
RUN echo 'cachebuster 2025-09-11' && apt-get update
99

1010
FROM debian-updated AS debs
1111

12-
ARG CHROMIUM_VERSION=139.0.7258.154
12+
ARG CHROMIUM_VERSION=140.0.7339.127
1313
RUN apt-cache depends chromium=${CHROMIUM_VERSION} chromium-driver chromium-shell chromium-sandbox font-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf libxss1 unifont fonts-open-sans fonts-roboto fonts-inter bash util-linux openssl tini ca-certificates locales libnss3-tools \
1414
--recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --no-pre-depends | grep '^\w' | xargs apt-get download
1515
RUN mkdir /dpkg && \

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
2525
}
2626
],
27-
"version": "4.0.13",
28-
"updated": "2025-09-08"
27+
"version": "4.0.14",
28+
"updated": "2025-09-11"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)