Skip to content
代码片段 群组 项目
未验证 提交 bcdb13d1 编辑于 作者: Sébastien Ros's avatar Sébastien Ros 提交者: GitHub
浏览文件

Fix Blazor Wasm benchmarks (#41312)

* Pinning selenium/standalone-chrome version

* Update dockerfile

* Update dockerfile
上级 2a6ebdb7
No related branches found
No related tags found
无相关合并请求
...@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc ...@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
RUN chmod +x /app/Wasm.Performance.Driver RUN chmod +x /app/Wasm.Performance.Driver
WORKDIR /app WORKDIR /app
FROM selenium/standalone-chrome:latest as final FROM selenium/standalone-chrome:98.0 as final
COPY --from=build ./app ./ COPY --from=build ./app ./
COPY ./exec.sh ./ COPY ./exec.sh ./
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册