Skip to content

Commit 8ed4da5

Browse files
Update Readme.md
1 parent 2365f5a commit 8ed4da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Docker/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- based on **microsoft/dotnet:2.1-runtime** - Windows dotnet core
55
- based on **mono:5.18** - Linux Full FX - on mono
66
- based on **microsoft/dotnet:2.1-runtime** - Linux dotnet core
7-
- based on **cenots:7** - linux dotnet core
7+
- based on **centos:7** - linux dotnet core
88

99
To run on windows container run this
1010
`docker run --rm -v "$(pwd):c:/repo" gittools/gitversion:latest-windows-net472 c:/repo`
@@ -14,4 +14,4 @@ To run on windows container run this
1414
To run on linux container run this
1515
`docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-net472 /repo`
1616

17-
`docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo`
17+
`docker run --rm -v "$(pwd):/repo" gittools/gitversion:latest-linux-netcoreapp2.1 /repo`

0 commit comments

Comments
 (0)