Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit ef96b7b

Browse files
christophegelgalu
authored andcommitted
Upgrade Selenium minor to 3.7.0 (#186)
1 parent 2bf974f commit ef96b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ RUN echo "${UBUNTU_FLAVOR}" > UBUNTU_FLAVOR \
262262
# Selenium latest
263263
#=================
264264
# Layer size: medium ~22 MB
265-
ARG SEL_DIRECTORY="3.6"
266-
ARG SEL_VER="3.6.0"
265+
ARG SEL_DIRECTORY="3.7"
266+
ARG SEL_VER="3.7.0"
267267

268268
RUN echo $SEL_VER
269269
RUN export SELBASE="https://selenium-release.storage.googleapis.com" \

0 commit comments

Comments
 (0)