Skip to content

Commit 91969c0

Browse files
authored
build: use Debian sid channel for Chromium
1 parent 2af6166 commit 91969c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChromium/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USER root
99
# Install Chromium
1010
ARG CHROMIUM_VERSION="latest"
1111
ARG CHROMIUM_DEB_SITE="http://deb.debian.org/debian"
12-
RUN echo "deb ${CHROMIUM_DEB_SITE}/ stable main" >> /etc/apt/sources.list \
12+
RUN echo "deb ${CHROMIUM_DEB_SITE}/ sid main" >> /etc/apt/sources.list \
1313
&& wget -qO- https://ftp-master.debian.org/keys/archive-key-12.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/debian-archive-keyring.gpg \
1414
&& wget -qO- https://ftp-master.debian.org/keys/archive-key-12-security.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/debian-archive-security-keyring.gpg \
1515
&& apt-get update -qqy \

0 commit comments

Comments
 (0)