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 318318 <MicrosoftPlaywrightVersion >1.49.0</MicrosoftPlaywrightVersion >
319319 <PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
320320 <PollyVersion >7.2.4</PollyVersion >
321- <SeleniumSupportVersion >4.28 .0</SeleniumSupportVersion >
322- <SeleniumWebDriverVersion >4.28 .0</SeleniumWebDriverVersion >
321+ <SeleniumSupportVersion >4.29 .0</SeleniumSupportVersion >
322+ <SeleniumWebDriverVersion >4.29 .0</SeleniumWebDriverVersion >
323323 <SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
324324 <SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
325325 <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 -r linux-x64 --sc true -o /app ./src/Compo
2929RUN chmod +x /app/Wasm.Performance.Driver
3030
3131WORKDIR /app
32- FROM mcr.microsoft.com/playwright/dotnet:v1.49 .0-jammy-amd64 AS final
32+ FROM mcr.microsoft.com/playwright/dotnet:v1.50 .0-jammy-amd64 AS final
3333COPY --from=build ./app ./
3434COPY ./exec.sh ./
3535
You can’t perform that action at this time.
0 commit comments