Skip to content

Commit 7b11dda

Browse files
committed
Issue #535 - Upgrade Microsoft Edge to version 139.0
1 parent bc5c19a commit 7b11dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
116116
&& dnf install -y \
117117
microsoft-edge-stable-${MICROSOFT_EDGE_VERSION} \
118118
zip \
119-
&& wget -q "https://msedgedriver.azureedge.net/${MICROSOFT_EDGE_VERSION}/edgedriver_linux64.zip" \
119+
&& wget -q "https://msedgedriver.microsoft.com/${MICROSOFT_EDGE_VERSION}/edgedriver_linux64.zip" \
120120
&& unzip edgedriver_linux64.zip -d edge \
121121
&& mv edge/msedgedriver /opt/robotframework/drivers/msedgedriver \
122122
&& rm -Rf edgedriver_linux64.zip edge/ \

0 commit comments

Comments
 (0)