Skip to content

Commit

Permalink
pin chrome version to 125
Browse files Browse the repository at this point in the history
  • Loading branch information
ccev committed Aug 21, 2024
1 parent 355480f commit 2fa600f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ ENV DEBIAN_FRONTEND noninteractive

RUN apt update -y
RUN apt install -y wget
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub > linux_signing_key.pub
RUN install -D -o root -g root -m 644 linux_signing_key.pub /etc/apt/keyrings/linux_signing_key.pub
RUN sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/linux_signing_key.pub] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
RUN apt update -y
RUN apt install -y google-chrome-stable
RUN wget -q -O - https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_125.0.6422.141-1_amd64.deb > ./chrome.deb
RUN apt install -y ./chrome.deb
RUN rm ./chrome.deb

COPY . .

Expand Down

0 comments on commit 2fa600f

Please sign in to comment.