Skip to content

Commit

Permalink
Update Chromium to v131, Alpine to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Nov 28, 2024
1 parent 0fca728 commit 15ae749
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.19@sha256:7a85bf5dc56c949be827f84f9185161265c58f589bb8b2a6b6bb6d3076c1be21
FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a

# Find an eligible version at https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/
ARG CHROMIUM_VERSION=124.0.6367.78-r0
# Find an eligible version at https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/
ARG CHROMIUM_VERSION=131.0.6778.85-r0

RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.19/community" >> /etc/apk/repositories && \
RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.20/community" >> /etc/apk/repositories && \
apk --update --no-cache add ca-certificates \
chromium=$CHROMIUM_VERSION \
chromium-chromedriver=$CHROMIUM_VERSION \
Expand Down

0 comments on commit 15ae749

Please sign in to comment.