Skip to content

Commit

Permalink
Dockerfile: update chromium to 131.0.6778.85-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe authored and Nadia Santalla committed Nov 22, 2024
1 parent 4ac4bc8 commit fa10c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ARG ALPINE_VERSION=3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd0
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.69-r0
ARG CHROMIUM_VERSION=131.0.6778.85-r0
RUN apk add --no-cache "chromium-swiftshader=${CHROMIUM_VERSION}"

0 comments on commit fa10c01

Please sign in to comment.