Skip to content

Commit 0d40912

Browse files
github-actions[bot]benjaminpetitjoperezr
authored
[release/9.4] Update YARP container tag (#10640)
* Update YARP container tag * Fixing reference to yarp container --------- Co-authored-by: Benjamin Petit <[email protected]> Co-authored-by: Jose Perez Rodriguez <[email protected]>
1 parent 299fff2 commit 0d40912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aspire.Hosting.Yarp/YarpContainerImageTags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ internal static class YarpContainerImageTags
99

1010
public const string Image = "dotnet/nightly/yarp";
1111

12-
public const string Tag = "2.3.0-preview.3";
12+
public const string Tag = "2.3.0-preview.4";
1313
}

tests/Aspire.Hosting.Yarp.Tests/Snapshots/YarpConfigGeneratorTests.GenerateEnvVariablesConfigurationDockerCompose.verified.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
networks:
2222
- "aspire"
2323
gateway:
24-
image: "mcr.microsoft.com/dotnet/nightly/yarp:2.3.0-preview.3"
24+
image: "mcr.microsoft.com/dotnet/nightly/yarp:2.3.0-preview.4"
2525
command:
2626
- "/app/yarp.dll"
2727
entrypoint:

0 commit comments

Comments
 (0)