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
44
44
RUN DRIVER_ARCH=$(if [ "$(dpkg --print-architecture)" = "amd64" ]; then echo "linux64" ; else echo "linux-aarch64" ; fi) \
45
45
&& if [ -z "$EDGE_DRIVER_VERSION" ]; \
46
46
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 " ); \
48
48
fi \
49
49
&& 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 \
51
51
&& rm -rf /opt/selenium/msedgedriver \
52
52
&& unzip /tmp/msedgedriver_${DRIVER_ARCH}.zip -d /opt/selenium \
53
53
&& rm /tmp/msedgedriver_${DRIVER_ARCH}.zip \
You can’t perform that action at this time.
0 commit comments