Skip to content

Commit d35ffba

Browse files
[k6] Update k6 container image tag (#835)
Updates the k6 image to the latest version.
1 parent b72e5d5 commit d35ffba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CommunityToolkit.Aspire.Hosting.k6/K6ContainerImageTags.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ internal static class K6ContainerImageTags
99
public const string Registry = "docker.io";
1010
/// <summary>grafana/k6</summary>
1111
public const string Image = "grafana/k6";
12-
/// <summary>0.57.0</summary>
13-
public const string Tag = "0.57.0";
14-
}
12+
/// <summary>1.2.3</summary>
13+
public const string Tag = "1.2.3";
14+
}

0 commit comments

Comments
 (0)