Set chromium version to 123.0.6312.86-r0 (#354)

This commit is contained in:
Marian Steinbach 2024-04-03 15:45:02 +02:00 committed by GitHub
parent 0c0bcbf54e
commit ab58152b8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
ENV CHROMIUM_VERSION=122.0.6261.94-r0
ENV CHROMIUM_VERSION=123.0.6312.86-r0
RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.19/community" >> /etc/apk/repositories && \
apk --update --no-cache add ca-certificates \