From 4c44fa95f2e2701cbef6eafdcc405b0c2edd467c Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:35:50 +0000 Subject: [PATCH] Chore: Update dependency chromium-swiftshader to v131 --- Dockerfile | 2 +- Dockerfile.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af019dd8..d5c40468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ ARG TARGETARCH # they have drifted in the past. RUN apk --no-cache add --repository community tini=0.19.0-r3 RUN [[ "$TARGETARCH" != "amd64" ]] || apk --no-cache add --repository community --arch x86_64 chromium-swiftshader=131.0.6778.69-r0 -RUN [[ "$TARGETARCH" != "arm64" ]] || apk --no-cache add --repository community --arch aarch64 chromium-swiftshader=130.0.6723.116-r0 +RUN [[ "$TARGETARCH" != "arm64" ]] || apk --no-cache add --repository community --arch aarch64 chromium-swiftshader=131.0.6778.69-r0 COPY --from=release /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY --from=release /usr/local/bin/sm-k6 /usr/local/bin/sm-k6 diff --git a/Dockerfile.build b/Dockerfile.build index 2a0536f7..9033157c 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -33,7 +33,7 @@ ARG TARGETARCH # one we are targeting. RUN apk --no-cache add --repository community tini=0.19.0-r3 RUN if test "$TARGETARCH" = "amd64" ; then apk --no-cache add --repository community --arch x86_64 chromium-swiftshader=131.0.6778.69-r0 ; fi -RUN if test "$TARGETARCH" = "arm64" ; then apk --no-cache add --repository community --arch aarch64 chromium-swiftshader=130.0.6723.116-r0 ; fi +RUN if test "$TARGETARCH" = "arm64" ; then apk --no-cache add --repository community --arch aarch64 chromium-swiftshader=131.0.6778.69-r0 ; fi COPY --from=release /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY --from=release /usr/local/bin/sm-k6 /usr/local/bin/sm-k6