File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ ARG EDGE_DRIVER_VERSION
4444RUN DRIVER_ARCH=$(if [ "$(dpkg --print-architecture)" = "amd64" ]; then echo "linux64" ; else echo "linux-aarch64" ; fi) \
4545 && if [ -z "$EDGE_DRIVER_VERSION" ]; \
4646 then EDGE_MAJOR_VERSION=$(microsoft-edge --version | sed -E "s/.* ([0-9]+)(\. [0-9]+){3}.*/\1 /" ) \
47- && EDGE_DRIVER_VERSION=$(wget --no-verbose -O - "https://msedgedriver.azureedge.net /LATEST_RELEASE_${EDGE_MAJOR_VERSION}_LINUX" | tr -cd "\1 1\1 2\1 5\4 0-\1 76" | tr -d "\r " ); \
47+ && EDGE_DRIVER_VERSION=$(wget --no-verbose -O - "https://msedgedriver.microsoft.com /LATEST_RELEASE_${EDGE_MAJOR_VERSION}_LINUX" | tr -cd "\1 1\1 2\1 5\4 0-\1 76" | tr -d "\r " ); \
4848 fi \
4949 && echo "Using msedgedriver version: " $EDGE_DRIVER_VERSION \
50- && wget --no-verbose -O /tmp/msedgedriver_${DRIVER_ARCH}.zip https://msedgedriver.azureedge.net /$EDGE_DRIVER_VERSION/edgedriver_${DRIVER_ARCH}.zip \
50+ && wget --no-verbose -O /tmp/msedgedriver_${DRIVER_ARCH}.zip https://msedgedriver.microsoft.com /$EDGE_DRIVER_VERSION/edgedriver_${DRIVER_ARCH}.zip \
5151 && rm -rf /opt/selenium/msedgedriver \
5252 && unzip /tmp/msedgedriver_${DRIVER_ARCH}.zip -d /opt/selenium \
5353 && rm /tmp/msedgedriver_${DRIVER_ARCH}.zip \
You can’t perform that action at this time.
0 commit comments