Skip to content

Commit ae92628

Browse files
authored
feat: update Chromium to 143.0.7499.109 (#887)
1 parent a56bd98 commit ae92628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ LABEL maintainer="Grafana team <[email protected]>"
2222
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/Dockerfile"
2323

2424
# If we ever need to bust the cache, just change the date here.
25-
RUN echo 'cachebuster 2025-11-19' && apt-get update && apt-get upgrade -y --no-install-recommends --no-install-suggests
25+
RUN echo 'cachebuster 2025-12-16' && apt-get update && apt-get upgrade -y --no-install-recommends --no-install-suggests
2626

2727
RUN apt-get install -y --no-install-recommends --no-install-suggests \
2828
fonts-ipaexfont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst-one fonts-freefont-ttf \
2929
libxss1 unifont fonts-open-sans fonts-roboto fonts-inter fonts-recommended \
3030
bash util-linux openssl tini ca-certificates locales libnss3-tools ca-certificates
3131

3232
# renovate: depName=chromium
33-
ARG CHROMIUM_VERSION=142.0.7444.162
33+
ARG CHROMIUM_VERSION=143.0.7499.109
3434
RUN apt-get satisfy -y --no-install-recommends --no-install-suggests \
3535
"chromium (>=${CHROMIUM_VERSION}), chromium-driver (>=${CHROMIUM_VERSION}), chromium-shell (>=${CHROMIUM_VERSION}), chromium-sandbox (>=${CHROMIUM_VERSION})"
3636

0 commit comments

Comments
 (0)