diff --git a/Dockerfile b/Dockerfile index ab9f448..a780cc8 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.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}"