From 5c7f65e64a91e3acb068600826b60e5529caea1b Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 04:29:51 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index de90f70..b2853ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Renovate and CI/CD interact with the following line. Keep its format as it is. -ARG ALPINE_VERSION=3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 +ARG ALPINE_VERSION=3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 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.139-r1 +ARG CHROMIUM_VERSION=131.0.6778.264-r0 RUN apk add --no-cache "chromium-swiftshader=${CHROMIUM_VERSION}"