File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ USER root
6
6
# can specify versions by EDGE_VERSION;
7
7
# e.g. microsoft-edge-beta=88.0.692.0-1
8
8
#============================================
9
- ARG EDGE_VERSION="microsoft-edge-beta "
9
+ ARG EDGE_VERSION="microsoft-edge-stable "
10
10
RUN wget -q -O - https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
11
11
&& echo "deb https://packages.microsoft.com/repos/edge stable main" >> /etc/apt/sources.list.d/microsoft-edge.list \
12
12
&& apt-get update -qqy \
@@ -45,4 +45,4 @@ RUN if [ -z "$EDGE_DRIVER_VERSION" ]; \
45
45
#============================================
46
46
# Dumping Browser name and version for config
47
47
#============================================
48
- RUN echo "MicrosoftEdge" > /opt/selenium/browser_name
48
+ RUN echo "MicrosoftEdge" > /opt/selenium/browser_name
You can’t perform that action at this time.
0 commit comments