File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Components/benchmarkapps/Wasm.Performance Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 169
169
<NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
170
170
<NSwagApiDescriptionClientVersion >13.0.4</NSwagApiDescriptionClientVersion >
171
171
<PhotinoNETVersion >2.5.2</PhotinoNETVersion >
172
- <MicrosoftPlaywrightVersion >1.54 .0</MicrosoftPlaywrightVersion >
172
+ <MicrosoftPlaywrightVersion >1.55 .0</MicrosoftPlaywrightVersion >
173
173
<PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
174
174
<PollyVersion >7.2.4</PollyVersion >
175
- <SeleniumSupportVersion >4.35 .0</SeleniumSupportVersion >
176
- <SeleniumWebDriverVersion >4.35 .0</SeleniumWebDriverVersion >
175
+ <SeleniumSupportVersion >4.36 .0</SeleniumSupportVersion >
176
+ <SeleniumWebDriverVersion >4.36 .0</SeleniumWebDriverVersion >
177
177
<SerilogExtensionsLoggingVersion >1.4.0</SerilogExtensionsLoggingVersion >
178
178
<SerilogSinksFileVersion >4.0.0</SerilogSinksFileVersion >
179
179
<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
29
29
RUN chmod +x /app/Wasm.Performance.Driver
30
30
31
31
WORKDIR /app
32
- FROM mcr.microsoft.com/playwright/dotnet:v1.54 .0-jammy-amd64 AS final
32
+ FROM mcr.microsoft.com/playwright/dotnet:v1.55 .0-jammy-amd64 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