Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored and Nadia Santalla committed Dec 9, 2024
1 parent 28053c2 commit 128e986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Renovate and CI/CD interact with the following line. Keep its format as it is.
ARG ALPINE_VERSION=3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
ARG ALPINE_VERSION=3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

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.85-r0
ARG CHROMIUM_VERSION=131.0.6778.108-r0
RUN apk add --no-cache "chromium-swiftshader=${CHROMIUM_VERSION}"

0 comments on commit 128e986

Please sign in to comment.