Skip to content

Commit a56630e

Browse files
authored
feat: update Chromium to 142.0.7444.59 (#846)
1 parent bcbd2f5 commit a56630e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ RUN --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build \
1919
FROM debian:13@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d AS output_image
2020

2121
LABEL maintainer="Grafana team <[email protected]>"
22-
LABEL org.opencontainers.image.source="https://github.com/grafana/grafana-image-renderer/tree/master/go.Dockerfile"
22+
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-10-30' && apt-get update && apt-get upgrade -y --no-install-recommends --no-install-suggests
25+
RUN echo 'cachebuster 2025-11-03' && 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

32-
ARG CHROMIUM_VERSION=141.0.7390.107
32+
ARG CHROMIUM_VERSION=142.0.7444.59
3333
RUN apt-get satisfy -y --no-install-recommends --no-install-suggests \
3434
"chromium (>=${CHROMIUM_VERSION}), chromium-driver (>=${CHROMIUM_VERSION}), chromium-shell (>=${CHROMIUM_VERSION}), chromium-sandbox (>=${CHROMIUM_VERSION})"
3535

0 commit comments

Comments
 (0)