Skip to content

Commit e112e32

Browse files
authored
Docker: Update Chromium (#667)
1 parent 51bbdcb commit e112e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased (4.0.0)
22

33
- Build: Update all dependencies, [#663](https://github.com/grafana/grafana-image-renderer/pull/663), [Proximyst](https://github.com/Proximyst)
4+
- Docker: Update Chromium (CVE-2025-6558, CVE-2025-7656, CVE-2025-7657), [#667](https://github.com/grafana/grafana-image-renderer/pull/667), [Proximyst](https://github.com/Proximyst)
45

56
Breaking changes:
67

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ ENV XDG_CACHE_HOME=/tmp/.chromium
1111
WORKDIR /usr/src/app
1212

1313
# We use edge for Chromium to get the latest release.
14-
# Can be back to stable when 3.22 gets .103.
1514
RUN apk --no-cache upgrade && \
1615
apk add --no-cache udev ttf-opensans unifont ca-certificates dumb-init && \
17-
apk add --no-cache 'chromium>=138.0.7204.93' 'chromium-swiftshader>=138.0.7204.93' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
16+
apk add --no-cache 'chromium>=138.0.7204.157' 'chromium-swiftshader>=138.0.7204.157' --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && \
1817
# Remove NPM-related files and directories
1918
rm -rf /usr/local/lib/node_modules/npm && \
2019
rm -rf /usr/local/bin/npm && \

0 commit comments

Comments
 (0)