Skip to content

Commit

Permalink
Update dotnet core sdk version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed May 30, 2018
1 parent 98d02be commit e0fc5ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Burak Ince <[email protected]>"

ENV SONAR_SCANNER_MSBUILD_VERSION=4.2.0.1214 \
SONAR_SCANNER_VERSION=3.1.0.1141 \
DOTNET_SDK_VERSION=2.1.200 \
DOTNET_SDK_VERSION=2.1 \
MONO_DEBIAN_VERSION=5.12.0.226-0xamarin3+debian9b1 \
SONAR_SCANNER_MSBUILD_HOME=/opt/sonar-scanner-msbuild \
DOTNET_PROJECT_DIR=/project \
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Sonar Scanner MsBuild Dockerfile for .Net Core Projects

## This Image Using

| | Name | Version |
| -------------- |:-------------:| ------------:|
| OS | Debian | Stretch (9) |
| Java | OpenJDK | 8 Update 171 |
| .NET Framework | Mono | 5.12.0.226 |
| .NET SDK | .NET Core SDK | 2.1.200 |
| Sonar Scanner | CLI | 3.1.0.1141 |
| Sonar Scanner | MS Build | 4.2.0.1214 |
| | Name | Version |
| -------------- |:-------------:| -------------:|
| OS | Debian | Stretch (9) |
| Java | OpenJDK | 8 Update 171 |
| .NET Framework | Mono | 5.12.0.226 |
| .NET SDK | .NET Core SDK | 2.1 (2.1.300) |
| Sonar Scanner | CLI | 3.1.0.1141 |
| Sonar Scanner | MS Build | 4.2.0.1214 |

Please check [Releases Page](https://github.com/burakince/docker-dotnet-sonarscanner/releases) for details.

Expand Down

0 comments on commit e0fc5ed

Please sign in to comment.