Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
<MicrosoftPlaywrightVersion>1.53.0</MicrosoftPlaywrightVersion>
<MicrosoftPlaywrightVersion>1.54.0</MicrosoftPlaywrightVersion>
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
<PollyVersion>7.2.4</PollyVersion>
<SeleniumSupportVersion>4.34.0</SeleniumSupportVersion>
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.53.0-jammy-amd64 AS final
FROM mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64 AS final
COPY --from=build ./app ./
COPY ./exec.sh ./

Expand Down
Loading