Skip to content

Commit f8fe7dd

Browse files
authored
Merge pull request #1049 from firebase/nhienlam-patch2
Pin Chrome version 118 in CI
2 parents 85fbdd4 + 7b3b4f7 commit f8fe7dd

File tree

4 files changed

+239
-139
lines changed

4 files changed

+239
-139
lines changed

buildtools/container/Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/
1313
RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.11.2/bin/hub
1414

1515
# Install the lastest Chrome stable version.
16-
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
17-
RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
16+
# RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
17+
# RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
18+
19+
# Pin Chrome v118 because we're pinning this version in CI.
20+
# TODO: Install the lastest Chrome stable version once we unpin chrome version in CI.
21+
RUN wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_118.0.5993.70_amd64.deb
22+
RUN dpkg -i google-chrome-stable_118.0.5993.70_amd64.deb; apt-get -fy install

0 commit comments

Comments
 (0)