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

Commit 5f92710

Browse files
authored
Merge pull request #219 from elgalu/selenium-3.10.0
Upgrading to 3.10.0
2 parents 39a5d75 + 8a4f363 commit 5f92710

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
@@ -266,8 +266,8 @@ RUN echo "${UBUNTU_FLAVOR}" > UBUNTU_FLAVOR \
266266
# Selenium latest
267267
#=================
268268
# Layer size: medium ~22 MB
269-
ARG SEL_DIRECTORY="3.9"
270-
ARG SEL_VER="3.9.1"
269+
ARG SEL_DIRECTORY="3.10"
270+
ARG SEL_VER="3.10.0"
271271

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

0 commit comments

Comments
 (0)