Skip to content

Commit 27e725d

Browse files
authored
[wasm] Use the docker images with floating tags (#85388)
We switched it temporarily to specific version around 3.1.34 bump, so get back to floating tags again
1 parent 8d35268 commit 27e725d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ resources:
7575
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
7676

7777
- container: browser_wasm
78-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-net8-20230327150025-4404b5c
78+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-net8
7979

8080
- container: wasi_wasm
81-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassembly-net8-20230327150037-4404b5c
81+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-webassembly-net8
8282

8383
- container: freebsd_x64
8484
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-freebsd-12

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ jobs:
197197

198198
# Browser WebAssembly windows
199199
- ${{ if in(parameters.platform, 'browser_wasm_win', 'wasi_wasm_win') }}:
200-
- (Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly-net8-20230327150108-4404b5c
200+
- (Windows.Amd64.Server2022.Open)windows.amd64.server2022.open@mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-webassembly-net8
201201

202202
${{ insert }}: ${{ parameters.jobParameters }}

0 commit comments

Comments
 (0)