Skip to content

Commit

Permalink
Update mono version to 5.12.0.226
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed May 9, 2018
1 parent 1470a73 commit 57dd318
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 @@ -5,7 +5,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 \
MONO_DEBIAN_VERSION=5.10.1.47-0xamarin4+debian9b1 \
MONO_DEBIAN_VERSION=5.12.0.226-0xamarin3+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 171 |
| .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.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.105 |
| 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 57dd318

Please sign in to comment.