Skip to content

Commit 6d2aa42

Browse files
authored
Stop using outdated 5.0 sdk image in wasm benchmarks
1 parent 53323f9 commit 6d2aa42

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)