Skip to content

Commit 11f2c0a

Browse files
authored
Stop using outdated 5.0 sdk image in wasm benchmarks (#62884)
1 parent 90236e1 commit 11f2c0a

File tree

1 file changed

+1
-1
lines changed
  • src/Components/benchmarkapps/Wasm.Performance

1 file changed

+1
-1
lines changed

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:latest AS build
22

33
ENV StressRunDuration=0
44
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)