File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 309309 <NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
310310 <NSwagApiDescriptionClientVersion >13.0.4</NSwagApiDescriptionClientVersion >
311311 <PhotinoNETVersion >2.5.2</PhotinoNETVersion >
312- <MicrosoftPlaywrightVersion >1.45.1 </MicrosoftPlaywrightVersion >
312+ <MicrosoftPlaywrightVersion >1.49.0 </MicrosoftPlaywrightVersion >
313313 <PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
314314 <PollyVersion >7.2.4</PollyVersion >
315- <SeleniumSupportVersion >4.26.1 </SeleniumSupportVersion >
316- <SeleniumWebDriverVersion >4.26.1 </SeleniumWebDriverVersion >
315+ <SeleniumSupportVersion >4.27.0 </SeleniumSupportVersion >
316+ <SeleniumWebDriverVersion >4.27.0 </SeleniumWebDriverVersion >
317317 <SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
318318 <SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
319319 <StackExchangeRedisVersion >2.7.27</StackExchangeRedisVersion >
Original file line number Diff line number Diff line change @@ -29,8 +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-
33- FROM mcr.microsoft.com/playwright/dotnet:v1.45.1-jammy-amd64 AS final
32+ FROM mcr.microsoft.com/playwright/dotnet:v1.49.0-jammy-amd64 AS final
3433COPY --from=build ./app ./
3534COPY ./exec.sh ./
3635
You can’t perform that action at this time.
0 commit comments