Skip to content

Commit

Permalink
fix: Use latest-stable branch to install Chromium package
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Aug 15, 2024
1 parent 05eb620 commit 7034e4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ ARG CHROMIUM_VERSION=127.0.6533.99-r0
ENV TERM xterm-color

RUN <<EOF cat > /etc/apk/repositories
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF

# Chromium, CA certificates, fonts
Expand Down

0 comments on commit 7034e4f

Please sign in to comment.