Skip to content

Commit 694cf28

Browse files
authored
Use latest chrome in Blazor benchmarks (#26910)
1 parent 7af34ab commit 694cf28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:3.141.59-mercury as final
31+
FROM selenium/standalone-chrome:latest as final
3232
COPY --from=build ./app ./
3333
COPY ./exec.sh ./
3434

src/Components/benchmarkapps/Wasm.Performance/local.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM selenium/standalone-chrome:3.141.59-mercury as final
1+
FROM selenium/standalone-chrome:latest as final
22

33
ENV StressRunDuration=0
44

0 commit comments

Comments
 (0)