From 8be05f292d31d29a8437b3474aba8c4e738b5dc1 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Thu, 15 Aug 2024 11:38:50 +0200 Subject: [PATCH] fix: Use latest-stable branch to install Chromium package --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ed503d..9d057b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,8 @@ ARG CHROMIUM_VERSION=127.0.6533.99-r0 ENV TERM xterm-color RUN < /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