We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af34ab commit 694cf28Copy full SHA for 694cf28
src/Components/benchmarkapps/Wasm.Performance/dockerfile
@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
28
RUN chmod +x /app/Wasm.Performance.Driver
29
30
WORKDIR /app
31
-FROM selenium/standalone-chrome:3.141.59-mercury as final
+FROM selenium/standalone-chrome:latest as final
32
COPY --from=build ./app ./
33
COPY ./exec.sh ./
34
src/Components/benchmarkapps/Wasm.Performance/local.dockerfile
@@ -1,4 +1,4 @@
1
2
3
ENV StressRunDuration=0
4
0 commit comments