Skip to content

Commit b17aa1c

Browse files
authored
feat(docker): update Chromium to 140.0.7339.185 (#791)
1 parent e742bfe commit b17aa1c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
## 4.0.15 (2025-09-23)
2+
3+
- Docker: Update Chromium to 140.0.7339.185 (CVE-2025-10500, CVE-2025-10501, CVE-2025-10502, CVE-2025-10585), [#791](https://github.com/grafana/grafana-image-renderer/pull/791), [Proximyst](https://github.com/Proximyst)
4+
15
## 4.0.14 (2025-09-11)
26

37
The Grafana Image Renderer plugin has been deprecated.
48
If you use the plugin, please migrate to the remote server; the plugin will eventually stop receiving updates.
59

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)
10+
- Docker: Update Chromium to 140.0.7339.127 (CVE-2025-10200, CVE-2025-102201), [#772](https://github.com/grafana/grafana-image-renderer/pull/772), [Proximyst](https://github.com/Proximyst)
711

812
## 4.0.13 (2025-09-08)
913

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-11' && apt-get update
8+
RUN echo 'cachebuster 2025-09-23' && apt-get update
99

1010
FROM debian-updated AS debs
1111

12-
ARG CHROMIUM_VERSION=140.0.7339.127
12+
ARG CHROMIUM_VERSION=140.0.7339.185
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 && \

go.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
2323
# If we ever need to bust the cache, just change the date here.
2424
# 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.
2525
# This is fine, but is terrible in situations where we want to _force_ an update of a package.
26-
RUN echo 'cachebuster 2025-09-11' && apt-get update
26+
RUN echo 'cachebuster 2025-09-23' && apt-get update
2727

28-
ARG CHROMIUM_VERSION=140.0.7339.127
28+
ARG CHROMIUM_VERSION=140.0.7339.185
2929
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 busybox util-linux openssl tini ca-certificates locales libnss3-tools \
3030
--recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --no-pre-depends | grep '^\w' | xargs apt-get download
3131
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.14",
28-
"updated": "2025-09-11"
27+
"version": "4.0.15",
28+
"updated": "2025-09-23"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)