Skip to content

Commit

Permalink
Merge pull request #1049 from firebase/nhienlam-patch2
Browse files Browse the repository at this point in the history
Pin Chrome version 118 in CI
  • Loading branch information
NhienLam authored Nov 9, 2023
2 parents 85fbdd4 + 7b3b4f7 commit f8fe7dd
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 139 deletions.
9 changes: 7 additions & 2 deletions buildtools/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ 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

# Pin Chrome v118 because we're pinning this version in CI.
# TODO: Install the lastest Chrome stable version once we unpin chrome version in CI.
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
Loading

0 comments on commit f8fe7dd

Please sign in to comment.