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 318
318
<MicrosoftPlaywrightVersion >1.28.0</MicrosoftPlaywrightVersion >
319
319
<PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
320
320
<PollyVersion >7.2.4</PollyVersion >
321
- <SeleniumSupportVersion >4.17.0 </SeleniumSupportVersion >
322
- <SeleniumWebDriverVersion >4.17.0 </SeleniumWebDriverVersion >
321
+ <SeleniumSupportVersion >4.18.1 </SeleniumSupportVersion >
322
+ <SeleniumWebDriverVersion >4.18.1 </SeleniumWebDriverVersion >
323
323
<SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
324
324
<SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
325
325
<StackExchangeRedisVersion >2.7.27</StackExchangeRedisVersion >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
29
29
RUN chmod +x /app/Wasm.Performance.Driver
30
30
31
31
WORKDIR /app
32
- FROM selenium/standalone-chrome:120 .0 as final
32
+ FROM selenium/standalone-chrome:122 .0 as final
33
33
COPY --from=build ./app ./
34
34
COPY ./exec.sh ./
35
35
You can’t perform that action at this time.
0 commit comments