Skip to content

Commit

Permalink
Update ContainerCustomization.md typo
Browse files Browse the repository at this point in the history
The '/' of a closing tag was missing
  • Loading branch information
Rafael-Garcia-NTT authored May 23, 2024
1 parent 9cab05f commit 32fad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ContainerCustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you set a value here, you should set the fully-qualified name of the image to
```xml
<PropertyGroup>
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime:6.0</ContainerBaseImage>
<PropertyGroup>
</PropertyGroup>
```

### ContainerFamily
Expand Down

0 comments on commit 32fad0f

Please sign in to comment.