Skip to content

Commit 19efe61

Browse files
committed
use net 9 image in e2e test
1 parent 06767b7 commit 19efe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Containers.IntegrationTests/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ public async void CheckDownloadErrorMessageWhenSourceRepositoryThrows()
14611461
BuiltImage builtImage = imageBuilder.Build();
14621462

14631463
// Load the image into the local registry
1464-
var sourceReference = new SourceImageReference(registry, "some_random_image", DockerRegistryManager.Net8ImageTag);
1464+
var sourceReference = new SourceImageReference(registry, "some_random_image", DockerRegistryManager.Net9ImageTag, null);
14651465
string archivePath = Path.Combine(TestSettings.TestArtifactsDirectory, nameof(CheckDownloadErrorMessageWhenSourceRepositoryThrows));
14661466
var destinationReference = new DestinationImageReference(new ArchiveFileRegistry(archivePath), NewImageName(), new[] { rid });
14671467

0 commit comments

Comments
 (0)