File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,9 @@ RUN curl -fsSL --output hub.tgz https://github.com/github/hub/releases/download/
13
13
RUN tar --strip-components=2 -C /usr/bin -xf hub.tgz hub-linux-amd64-2.11.2/bin/hub
14
14
15
15
# 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
You can’t perform that action at this time.
0 commit comments