File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 314
314
<MicrosoftPlaywrightVersion >1.28.0</MicrosoftPlaywrightVersion >
315
315
<PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
316
316
<PollyVersion >7.2.4</PollyVersion >
317
- <SeleniumSupportVersion >4.14.1 </SeleniumSupportVersion >
318
- <SeleniumWebDriverVersion >4.14.1 </SeleniumWebDriverVersion >
317
+ <SeleniumSupportVersion >4.17.0 </SeleniumSupportVersion >
318
+ <SeleniumWebDriverVersion >4.17.0 </SeleniumWebDriverVersion >
319
319
<SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
320
320
<SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
321
321
<StackExchangeRedisVersion >2.6.122</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:114 .0 as final
31
+ FROM selenium/standalone-chrome:120 .0 as final
32
32
COPY --from=build ./app ./
33
33
COPY ./exec.sh ./
34
34
You can’t perform that action at this time.
0 commit comments