Skip to content

Commit 59176df

Browse files
authored
Remove suffixes from docker containers (#53447)
1 parent f533c51 commit 59176df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ stages:
528528
jobName: Linux_musl_x64_build
529529
jobDisplayName: "Build: Linux Musl x64"
530530
agentOs: Linux
531-
container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode-20240105204957-5245c86
531+
container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
532532
buildArgs:
533533
--arch x64
534534
--os-name linux-musl
@@ -721,7 +721,7 @@ stages:
721721
parameters:
722722
platform:
723723
name: 'Managed'
724-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20240104210103-4893224'
724+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
725725
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
726726
skipPublishValidation: true
727727
jobProperties:

0 commit comments

Comments
 (0)