File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 283
283
<MicrosoftPlaywrightVersion >1.17.3</MicrosoftPlaywrightVersion >
284
284
<PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
285
285
<PollyVersion >7.2.3</PollyVersion >
286
- <SeleniumSupportVersion >4.7 .0</SeleniumSupportVersion >
287
- <SeleniumWebDriverChromeDriverVersion >108 .0.5359.7100 </SeleniumWebDriverChromeDriverVersion >
288
- <SeleniumWebDriverVersion >4.7 .0</SeleniumWebDriverVersion >
286
+ <SeleniumSupportVersion >4.8 .0</SeleniumSupportVersion >
287
+ <SeleniumWebDriverChromeDriverVersion >109 .0.5414.7400 </SeleniumWebDriverChromeDriverVersion >
288
+ <SeleniumWebDriverVersion >4.8 .0</SeleniumWebDriverVersion >
289
289
<SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
290
290
<SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
291
291
<StackExchangeRedisVersion >2.6.90</StackExchangeRedisVersion >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
28
28
RUN chmod +x /app/Wasm.Performance.Driver
29
29
30
30
WORKDIR /app
31
- FROM selenium/standalone-chrome:108 .0 as final
31
+ FROM selenium/standalone-chrome:109 .0 as final
32
32
COPY --from=build ./app ./
33
33
COPY ./exec.sh ./
34
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"drivers" : {
3
3
"chrome" : {
4
- "version" : " 109.0.5414.25 "
4
+ "version" : " 109.0.5414.74 "
5
5
}
6
6
},
7
7
"ignoreExtraDrivers" : true
You can’t perform that action at this time.
0 commit comments