Skip to content

Commit

Permalink
Pin chrome v118 in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
NhienLam committed Nov 2, 2023
1 parent a01e523 commit 2369bb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions buildtools/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/
RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.11.2/bin/hub

# Install the lastest Chrome stable version.
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install

# Pinning Chrome v118
RUN wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_118.0.5993.70_amd64.deb
RUN dpkg -i google-chrome-stable_118.0.5993.70_amd64.deb; apt-get -fy install

0 comments on commit 2369bb7

Please sign in to comment.