Skip to content

Commit bcdb13d

Browse files
authored
Fix Blazor Wasm benchmarks (#41312)
* Pinning selenium/standalone-chrome version * Update dockerfile * Update dockerfile
1 parent 2a6ebdb commit bcdb13d

File tree

1 file changed

+1
-1
lines changed
  • src/Components/benchmarkapps/Wasm.Performance

1 file changed

+1
-1
lines changed

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
2828
RUN chmod +x /app/Wasm.Performance.Driver
2929

3030
WORKDIR /app
31-
FROM selenium/standalone-chrome:latest as final
31+
FROM selenium/standalone-chrome:98.0 as final
3232
COPY --from=build ./app ./
3333
COPY ./exec.sh ./
3434

0 commit comments

Comments
 (0)