Skip to content

Commit 269a676

Browse files
authored
MS Edge Stable (SeleniumHQ#1443) [deploy]
1 parent 54200b3 commit 269a676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NodeEdge/Dockerfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
# can specify versions by EDGE_VERSION;
77
# e.g. microsoft-edge-beta=88.0.692.0-1
88
#============================================
9-
ARG EDGE_VERSION="microsoft-edge-beta"
9+
ARG EDGE_VERSION="microsoft-edge-stable"
1010
RUN wget -q -O - https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
1111
&& echo "deb https://packages.microsoft.com/repos/edge stable main" >> /etc/apt/sources.list.d/microsoft-edge.list \
1212
&& apt-get update -qqy \
@@ -45,4 +45,4 @@ RUN if [ -z "$EDGE_DRIVER_VERSION" ]; \
4545
#============================================
4646
# Dumping Browser name and version for config
4747
#============================================
48-
RUN echo "MicrosoftEdge" > /opt/selenium/browser_name
48+
RUN echo "MicrosoftEdge" > /opt/selenium/browser_name

0 commit comments

Comments
 (0)