Skip to content

Commit 450f27d

Browse files
authored
Docker: Update Chromium (CVE-2025-8010, CVE-2025-8011) (#682)
* Docker: Update Chromium (CVE-2025-8010, CVE-2025-8011)
1 parent 23ca0ae commit 450f27d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.6 (2025-07-24)
2+
3+
- Docker: Update Chromium (CVE-2025-8010, CVE-2025-8011), [#682](https://github.com/grafana/grafana-image-renderer/pull/682), [macabu](https://github.com/macabu)
4+
15
## 4.0.5 (2025-07-23)
26

37
- Docker: Use tini, [#678](https://github.com/grafana/grafana-image-renderer/pull/678), [Proximyst](https://github.com/Proximyst)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-07-16' && apt-get update
8+
RUN echo 'cachebuster 2025-07-24' && apt-get update
99

1010
FROM debian-updated AS debs
1111

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.5",
28-
"updated": "2025-07-22"
27+
"version": "4.0.6",
28+
"updated": "2025-07-24"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)