File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 304304 <NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
305305 <NSwagApiDescriptionClientVersion >13.0.4</NSwagApiDescriptionClientVersion >
306306 <PhotinoNETVersion >2.5.2</PhotinoNETVersion >
307- <MicrosoftPlaywrightVersion >1.53 .0</MicrosoftPlaywrightVersion >
307+ <MicrosoftPlaywrightVersion >1.54 .0</MicrosoftPlaywrightVersion >
308308 <PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
309309 <PollyVersion >7.2.4</PollyVersion >
310310 <SeleniumSupportVersion >4.34.0</SeleniumSupportVersion >
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.53 .0-jammy-amd64 AS final
32+ FROM mcr.microsoft.com/playwright/dotnet:v1.54 .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