Skip to content

Commit df748e9

Browse files
authored
Docker: Update Chromium to 141.0.7390.107 (#816)
1 parent 1d3408c commit df748e9

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.20 (2025-10-17)
2+
3+
- Docker: Update Chromium to 141.0.7390.107 (CVE-2025-11756), [#816](https://github.com/grafana/grafana-image-renderer/pull/816), [Proximyst](https://github.com/Proximyst)
4+
15
## 4.0.19 (2025-10-14)
26

37
This release does not change the current Grafana Image Renderer, it is only issued to release new tags of the `-golang` variants for further testing.

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-10-13' && apt-get update
8+
RUN echo 'cachebuster 2025-10-17' && apt-get update
99

1010
FROM debian-updated AS debs
1111

12-
ARG CHROMIUM_VERSION=141.0.7390.65
12+
ARG CHROMIUM_VERSION=141.0.7390.107
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-10-06' && apt-get update
26+
RUN echo 'cachebuster 2025-10-17' && apt-get update
2727

28-
ARG CHROMIUM_VERSION=141.0.7390.65
28+
ARG CHROMIUM_VERSION=141.0.7390.107
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.19",
28-
"updated": "2025-10-14"
27+
"version": "4.0.20",
28+
"updated": "2025-10-17"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)