Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
<MicrosoftPlaywrightVersion>1.54.0</MicrosoftPlaywrightVersion>
<MicrosoftPlaywrightVersion>1.55.0</MicrosoftPlaywrightVersion>
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
<PollyVersion>7.2.4</PollyVersion>
<SeleniumSupportVersion>4.34.0</SeleniumSupportVersion>
<SeleniumWebDriverVersion>4.34.0</SeleniumWebDriverVersion>
<SeleniumSupportVersion>4.35.0</SeleniumSupportVersion>
<SeleniumWebDriverVersion>4.35.0</SeleniumWebDriverVersion>
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
<StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/benchmarkapps/Wasm.Performance/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Compo
RUN chmod +x /app/Wasm.Performance.Driver

WORKDIR /app
FROM mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64 AS final
FROM mcr.microsoft.com/playwright/dotnet:v1.55.0-jammy-amd64 AS final
COPY --from=build ./app ./
COPY ./exec.sh ./

Expand Down
Loading