Skip to content

Commit 2369bb7

Browse files
committed
Pin chrome v118 in docker container
1 parent a01e523 commit 2369bb7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

buildtools/container/Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ 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+
# Pinning Chrome v118
20+
RUN wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_118.0.5993.70_amd64.deb
21+
RUN dpkg -i google-chrome-stable_118.0.5993.70_amd64.deb; apt-get -fy install

0 commit comments

Comments
 (0)