File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN if [ "$(dpkg --print-architecture)" = "amd64" ]; then \
31
31
# GeckoDriver
32
32
# ============
33
33
ARG GECKODRIVER_VERSION=latest
34
- RUN if LATEST_VERSION=$(curl -s https://api.github.com/repos/mozilla/geckodriver/releases/latest | jq -r '.tag_name' ) \
34
+ RUN LATEST_VERSION=$(curl -s https://api.github.com/repos/mozilla/geckodriver/releases/latest | jq -r '.tag_name' ) \
35
35
&& DRIVER_ARCH=$(if [ "$(dpkg --print-architecture)" = "amd64" ]; then echo "linux64" ; else echo "linux-aarch64" ; fi) \
36
36
&& GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo "${LATEST_VERSION}" ; else echo $GECKODRIVER_VERSION; fi) \
37
37
&& echo "Using GeckoDriver version: " $GK_VERSION \
You can’t perform that action at this time.
0 commit comments