Skip to content

Commit

Permalink
Upgrade dotnet sdk version to 2.1.105 and mono version to 5.10.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Apr 18, 2018
1 parent 1975ca1 commit 26dd34f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL maintainer="Burak Ince <[email protected]>"

ENV SONAR_SCANNER_MSBUILD_VERSION=4.1.1.1164 \
SONAR_SCANNER_VERSION=3.1.0.1141 \
DOTNET_SDK_VERSION=2.1.104 \
MONO_DEBIAN_VERSION=5.10.1.20-0xamarin1+debian9b1 \
DOTNET_SDK_VERSION=2.1.105 \
MONO_DEBIAN_VERSION=5.10.1.47-0xamarin4+debian9b1 \
SONAR_SCANNER_MSBUILD_HOME=/opt/sonar-scanner-msbuild \
DOTNET_PROJECT_DIR=/project \
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true \
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 162 |
| .NET Framework | Mono | Stable 5.10.0 |
| .NET SDK | .NET Core SDK | 2.1.104 |
| Sonar Scanner | CLI | 3.1.0.1141 |
| Sonar Scanner | MS Build | 4.1.1.1164 |
| | Name | Version |
| -------------- |:-------------:| ----------------:|
| OS | Debian | Stretch (9) |
| Java | OpenJDK | 8 Update 162 |
| .NET Framework | Mono | Stable 5.10.1.47 |
| .NET SDK | .NET Core SDK | 2.1.105 |
| Sonar Scanner | CLI | 3.1.0.1141 |
| Sonar Scanner | MS Build | 4.1.1.1164 |

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

Expand Down

0 comments on commit 26dd34f

Please sign in to comment.