Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Upgrade sonar scanner version
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Jun 24, 2018
1 parent 6838eb5 commit f830a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8u171-jre-stretch

LABEL maintainer="Burak Ince <[email protected]>"

ENV SONAR_SCANNER_MSBUILD_VERSION=4.3.0.1333 \
ENV SONAR_SCANNER_MSBUILD_VERSION=4.3.1.1372 \
SONAR_SCANNER_VERSION=3.2.0.1227 \
DOTNET_SDK_VERSION=2.1 \
MONO_DEBIAN_VERSION=5.12.0.226-0xamarin3+debian9b1 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Sonar Scanner MsBuild Dockerfile for .Net Core Projects
| 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) |
| .NET SDK | .NET Core SDK | 2.1 (2.1.301) |
| Sonar Scanner | CLI | 3.2.0.1227 |
| Sonar Scanner | MS Build | 4.3.0.1333 |
| Sonar Scanner | MS Build | 4.3.1.1372 |

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

Expand Down

0 comments on commit f830a72

Please sign in to comment.