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

Commit d7accc9

Browse files
committed
Upgrade GeckoDriver from 0.14.0 to 0.15.0
1 parent 61dadca commit d7accc9

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
@@ -572,8 +572,8 @@ USER root
572572
#============
573573
# GeckoDriver
574574
#============
575-
# Layer size: tiny: 4.088 MB
576-
ENV GECKOD_VER="0.14.0" \
575+
# Layer size: tiny: ~4 MB
576+
ENV GECKOD_VER="0.15.0" \
577577
GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
578578
RUN wget --no-verbose -O geckodriver.tar.gz \
579579
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \

0 commit comments

Comments
 (0)