Skip to content

Commit c167468

Browse files
authored
Docker: Update base Docker image (#654)
1 parent 003a5bb commit c167468

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+
## 3.12.8 (2025-06-25)
2+
3+
- Chore: Update base Docker image to latest (CVE-2025-6191, CVE-2025-6192), [#654](https://github.com/grafana/grafana-image-renderer/pull/654), [Proximyst](https://github.com/Proximyst)
4+
15
## 3.12.7 (2025-06-19)
26

37
- Chore: Update base Docker image to latest (CVE-2025-5959), [#647](https://github.com/grafana/grafana-image-renderer/pull/647), [#648](https://github.com/grafana/grafana-image-renderer/pull/648), [macabu](https://github.com/macabu), [Proximyst](https://github.com/Proximyst)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /usr/src/app
1414
# Can be back to stable when 3.22 gets .103.
1515
RUN apk --no-cache upgrade && \
1616
apk add --no-cache udev ttf-opensans unifont ca-certificates dumb-init && \
17-
apk add --no-cache chromium chromium-swiftshader --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
17+
apk add --no-cache 'chromium>=137.0.7151.119' 'chromium-swiftshader>=137.0.7151.119' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
1818
# Remove NPM-related files and directories
1919
rm -rf /usr/local/lib/node_modules/npm && \
2020
rm -rf /usr/local/bin/npm && \

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": "3.12.7",
28-
"updated": "2025-06-19"
27+
"version": "3.12.8",
28+
"updated": "2025-06-25"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)