From c30b2aaea0e13c79b0efef63e43e854e3531302c Mon Sep 17 00:00:00 2001 From: suvl Date: Mon, 16 Jul 2018 16:42:49 +0100 Subject: [PATCH] upgrade to dotnet 2.1 --- Dockerfile | 8 +++----- README.md | 5 +++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 020fdc4..3b1c6ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,10 @@ -FROM microsoft/dotnet:2.0.7-sdk-2.1.200-jessie +FROM microsoft/dotnet:2.1-sdk -ENV SONAR_SCANNER_MSBUILD_VERSION 4.2.0.1214 +ENV SONAR_SCANNER_MSBUILD_VERSION 4.3.1.1372 ENV DOCKER_VERSION 17.06.2 # Install Java 8 -RUN echo deb http://http.debian.net/debian jessie-backports main > /etc/apt/sources.list.d/jessie-backports.list \ - && apt update \ - && apt install -y -t jessie-backports openjdk-8-jre +RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre # Install docker binaries RUN apt-get update \ diff --git a/README.md b/README.md index f092d53..4b6b0e3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ It also allows you to run Docker in Docker using a docker.sock mount. This image was built with the following components: -* dotnet-sdk-2.0 (jessie) -* SonarQube MSBuild Scanner 4.1.0.1148 +* dotnet-sdk-2.1 (stretch) +* SonarQube MSBuild Scanner 4.3.1.1372 * OpenJDK Java 8 (required for Sonar Scanner) * Docker binaries 17.06.2 (for running Docker in Docker using the docker.sock mount) @@ -15,6 +15,7 @@ This image was built with the following components: Tags are written using the following pattern: `dotnet-sonar:..` +* dotnet-sonar:18.3.2 * dotnet-sonar:18.03.1 * dotnet-sonar:18.03.0 * dotnet-sonar:2-4.0.2