Skip to content

Commit

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

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

ENV SONAR_SCANNER_MSBUILD_VERSION=4.2.0.1214 \
SONAR_SCANNER_VERSION=3.1.0.1141 \
ENV SONAR_SCANNER_MSBUILD_VERSION=4.3.0.1333 \
SONAR_SCANNER_VERSION=3.2.0.1227 \
DOTNET_SDK_VERSION=2.1 \
MONO_DEBIAN_VERSION=5.12.0.226-0xamarin3+debian9b1 \
SONAR_SCANNER_MSBUILD_HOME=/opt/sonar-scanner-msbuild \
Expand Down Expand Up @@ -34,7 +34,6 @@ RUN set -x \
&& apt-get install dotnet-sdk-$DOTNET_SDK_VERSION -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$SONAR_SCANNER_MSBUILD_VERSION/sonar-scanner-msbuild-$SONAR_SCANNER_MSBUILD_VERSION-net46.zip -O /opt/sonar-scanner-msbuild.zip \
&& mkdir -p $SONAR_SCANNER_MSBUILD_HOME \
&& mkdir -p $DOTNET_PROJECT_DIR \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Sonar Scanner MsBuild Dockerfile for .Net Core Projects
| 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 |
| Sonar Scanner | CLI | 3.2.0.1227 |
| Sonar Scanner | MS Build | 4.3.0.1333 |

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

Expand Down

0 comments on commit 6838eb5

Please sign in to comment.