Skip to content

Commit

Permalink
Update docker tag to the latest schema (#8020)
Browse files Browse the repository at this point in the history
As a part of dotnet/arcade#10123, we are moving all docker containers to the new tagging schema
  • Loading branch information
dkurepa authored Oct 7, 2022
1 parent cf56617 commit 1c9cff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ jobs:
parameters:
platform:
name: 'Managed'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
2 changes: 1 addition & 1 deletion .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ stages:
parameters:
platform:
name: 'Managed'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'

- template: /eng/common/templates/job/publish-build-assets.yml
parameters:
Expand Down

0 comments on commit 1c9cff3

Please sign in to comment.