From 8fb3742f466d7c09664665542dbcf4f7ba41a811 Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:31:00 +0000 Subject: [PATCH] Update dependency chromium-swiftshader to v131.0.6778.139-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a780cc8..0a0b228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ ARG ALPINE_VERSION=3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc94 FROM alpine:${ALPINE_VERSION} # Renovate and CI/CD interact with the following line. Keep its format as it is. -ARG CHROMIUM_VERSION=131.0.6778.108-r0 +ARG CHROMIUM_VERSION=131.0.6778.139-r0 RUN apk add --no-cache "chromium-swiftshader=${CHROMIUM_VERSION}"