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 2a6ebdb commit bcdb13dCopy full SHA for bcdb13d
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:latest as final
+FROM selenium/standalone-chrome:98.0 as final
32
COPY --from=build ./app ./
33
COPY ./exec.sh ./
34
0 commit comments