Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Ros <sebastienros@gmail.com>2022-04-22 19:58:28 +0300
committerGitHub <noreply@github.com>2022-04-22 19:58:28 +0300
commitbcdb13d1f2e42f2d318ead75e5e86fc27c78a117 (patch)
tree7c99be8d95eec3eb5d247a0740e83955ac6ea9c4
parent2a6ebdb7c30b59bee7223666f39df428cb3f316a (diff)
Fix Blazor Wasm benchmarks (#41312)
* Pinning selenium/standalone-chrome version * Update dockerfile * Update dockerfile
-rw-r--r--src/Components/benchmarkapps/Wasm.Performance/dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/benchmarkapps/Wasm.Performance/dockerfile b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
index 1b8a900f89..a53ba95816 100644
--- a/src/Components/benchmarkapps/Wasm.Performance/dockerfile
+++ b/src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
RUN chmod +x /app/Wasm.Performance.Driver
WORKDIR /app
-FROM selenium/standalone-chrome:latest as final
+FROM selenium/standalone-chrome:98.0 as final
COPY --from=build ./app ./
COPY ./exec.sh ./