We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72e5d5 commit d35ffbaCopy full SHA for d35ffba
src/CommunityToolkit.Aspire.Hosting.k6/K6ContainerImageTags.cs
@@ -9,6 +9,6 @@ internal static class K6ContainerImageTags
9
public const string Registry = "docker.io";
10
/// <summary>grafana/k6</summary>
11
public const string Image = "grafana/k6";
12
- /// <summary>0.57.0</summary>
13
- public const string Tag = "0.57.0";
14
-}
+ /// <summary>1.2.3</summary>
+ public const string Tag = "1.2.3";
+}
0 commit comments